#37F934

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

Shades of Lime Green #37F934

Tints of Lime Green #37F934

Color information

#37F934 (or 0x37F934) is unknown color: approx Lime Green. HEX triplet: 37, F9 and 34. RGB value is (55,249,52). Sum of RGB (Red+Green+Blue) = 55+249+52=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 249 (97.66% from 255 or 69.94% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 249 - color contains mainly: green. Hex color #37F934 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F934 is #C806CB. Grayscale: #A9A9A9. Windows color (decimal): -13108940 or 3471671. OLE color: 3471671.

HSL color Cylindrical-coordinate representation of color #37F934: hue angle of 119.09º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #37F934 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB5524952-
CMYK0.7800.790.02
HSL119.09º94.26%59.02%-
HSV(B)119.09º79.12%97.65%-
XYZ36.0768.8114.63-
YUV168.5462.2347.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.45%
GREEN value IS 249 (97.66% from 255) = 69.94%
BLUE value IS 52 (20.70% from 255) = 14.61%
R=15.45%
G=69.94%
B=14.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal55249520.7800.790.02119.0994.2659.02
Hex37F9344E04F2775e3b
Octal67371641160117216713673
Binary110111111110011101001001110010011111011101111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37F934; }

 p { color: rgb(55,249,52); }

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

<style>
 a { background-color: #37F934; }

 a { background-color: rgb(55,249,52); }

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

<style>
 span { border-color: #37F934; }

 span { border-color: rgb(55,249,52); }

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