#37F43D

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

Shades of Lime Green #37F43D

Tints of Lime Green #37F43D

Color information

#37F43D (or 0x37F43D) is unknown color: approx Lime Green. HEX triplet: 37, F4 and 3D. RGB value is (55,244,61). Sum of RGB (Red+Green+Blue) = 55+244+61=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 244 (95.70% from 255 or 67.78% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 244 - color contains mainly: green. Hex color #37F43D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F43D is #C80BC2. Grayscale: #A7A7A7. Windows color (decimal): -13110211 or 4060215. OLE color: 4060215.

HSL color Cylindrical-coordinate representation of color #37F43D: hue angle of 121.9º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F43D is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB5524461-
CMYK0.7700.750.04
HSL121.9º89.57%58.63%-
HSV(B)121.9º77.46%95.69%-
XYZ34.7765.8515.29-
YUV166.6368.3848.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.28%
GREEN value IS 244 (95.70% from 255) = 67.78%
BLUE value IS 61 (24.22% from 255) = 16.94%
R=15.28%
G=67.78%
B=16.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal55244610.7700.750.04121.989.5758.63
Hex37F43D4D04B47a5a3b
Octal67364751150113417213273
Binary1101111111010011110110011010100101110011110101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,244,61); }

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

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

 a { background-color: rgb(55,244,61); }

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

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

 span { border-color: rgb(55,244,61); }

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