#37F135

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

Shades of Lime Green #37F135

Tints of Lime Green #37F135

Color information

#37F135 (or 0x37F135) is unknown color: approx Lime Green. HEX triplet: 37, F1 and 35. RGB value is (55,241,53). Sum of RGB (Red+Green+Blue) = 55+241+53=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 241 (94.53% from 255 or 69.05% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 241 - color contains mainly: green. Hex color #37F135 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F135 is #C80ECA. Grayscale: #A4A4A4. Windows color (decimal): -13110987 or 3535159. OLE color: 3535159.

HSL color Cylindrical-coordinate representation of color #37F135: hue angle of 119.36º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F135 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB5524153-
CMYK0.7700.780.05
HSL119.36º87.04%57.65%-
HSV(B)119.36º78.01%94.51%-
XYZ33.6763.9813.94-
YUV163.9565.3850.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.76%
GREEN value IS 241 (94.53% from 255) = 69.05%
BLUE value IS 53 (21.09% from 255) = 15.19%
R=15.76%
G=69.05%
B=15.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal55241530.7700.780.05119.3687.0457.65
Hex37F1354D04E577573a
Octal67361651150116516712772
Binary1101111111000111010110011010100111010111101111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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