#35bd24

Color #35BD24 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #35BD24

Tints of Lime Green #35BD24

Color information

#35BD24 (or 0x35BD24) is unknown color: approx Lime Green. HEX triplet: 35, BD and 24. RGB value is (53,189,36). Sum of RGB (Red+Green+Blue) = 53+189+36=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 189 (74.22% from 255 or 67.99% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BD24 is #CA42DB. Grayscale: #838383. Windows color (decimal): -13255388 or 2407733. OLE color: 2407733.

HSL color Cylindrical-coordinate representation of color #35BD24: hue angle of 113.33º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35BD24 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB5318936-
CMYK0.7200.810.26
HSL113.33º68%44.12%-
HSV(B)113.33º80.95%74.12%-
XYZ19.9837.287.81-
YUV130.8974.4472.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 189 (74.22% from 255) = 67.99%
BLUE value IS 36 (14.45% from 255) = 12.95%
R=19.06%
G=67.99%
B=12.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53189360.7200.810.26113.336844.12
Hex35BD24480511A71442c
Octal652754411001213216110454
Binary110101101111011001001001000010100011101011100011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35bd24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35bd24; }

 p { color: rgb(53,189,36); }

 H1.HeaderClassName
 {
   color: #35bd24;
 }
 .AnyTagClassName
 {
   color: #35bd24;
 }
</style>
background-color css

<style>
 a { background-color: #35bd24; }

 a { background-color: rgb(53,189,36); }

 div.DivClassName
 {
   background-color: #35bd24;
 }
 .BgClassName
 {
   background-color: #35bd24;
 }
</style>
border-color css

<style>
 span { border-color: #35bd24; }

 span { border-color: rgb(53,189,36); }

 td.TdClassName
 {
   border-color: #35bd24;
 }
 .TagClassName
 {
   border-color: #35bd24;
 }
</style>