#37C925

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

Shades of Lime Green #37C925

Tints of Lime Green #37C925

Color information

#37C925 (or 0x37C925) is unknown color: approx Lime Green. HEX triplet: 37, C9 and 25. RGB value is (55,201,37). Sum of RGB (Red+Green+Blue) = 55+201+37=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 201 (78.91% from 255 or 68.60% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 201 - color contains mainly: green. Hex color #37C925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C925 is #C836DA. Grayscale: #8B8B8B. Windows color (decimal): -13121243 or 2476343. OLE color: 2476343.

HSL color Cylindrical-coordinate representation of color #37C925: hue angle of 113.41º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37C925 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB5520137-
CMYK0.7300.820.21
HSL113.41º68.91%46.67%-
HSV(B)113.41º81.59%78.82%-
XYZ22.842.728.79-
YUV138.6570.6368.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.77%
GREEN value IS 201 (78.91% from 255) = 68.60%
BLUE value IS 37 (14.84% from 255) = 12.63%
R=18.77%
G=68.60%
B=12.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal55201370.7300.820.21113.4168.9146.67
Hex37C925490521571452f
Octal673114511101222516110557
Binary110111110010011001011001001010100101010111100011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,201,37); }

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

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

 a { background-color: rgb(55,201,37); }

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

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

 span { border-color: rgb(55,201,37); }

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