#35FF37

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

Shades of Lime Green #35FF37

Tints of Lime Green #35FF37

Color information

#35FF37 (or 0x35FF37) is unknown color: approx Lime Green. HEX triplet: 35, FF and 37. RGB value is (53,255,55). Sum of RGB (Red+Green+Blue) = 53+255+55=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 255 (100% from 255 or 70.25% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 255 - color contains mainly: green. Hex color #35FF37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FF37 is #CA00C8. Grayscale: #ACACAC. Windows color (decimal): -13238473 or 3669813. OLE color: 3669813.

HSL color Cylindrical-coordinate representation of color #35FF37: hue angle of 120.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FF37 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB5325555-
CMYK0.7900.780
HSL120.59º100%60.39%-
HSV(B)120.59º79.22%100%-
XYZ37.9272.5515.62-
YUV171.862.0843.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.60%
GREEN value IS 255 (100% from 255) = 70.25%
BLUE value IS 55 (21.88% from 255) = 15.15%
R=14.60%
G=70.25%
B=15.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal53255550.7900.780120.5910060.39
Hex35FF374F04E079643c
Octal65377671170116017114474
Binary11010111111111110111100111101001110011110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,255,55); }

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

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

 a { background-color: rgb(53,255,55); }

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

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

 span { border-color: rgb(53,255,55); }

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