#37CD30

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

Shades of Lime Green #37CD30

Tints of Lime Green #37CD30

Color information

#37CD30 (or 0x37CD30) is unknown color: approx Lime Green. HEX triplet: 37, CD and 30. RGB value is (55,205,48). Sum of RGB (Red+Green+Blue) = 55+205+48=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 205 (80.47% from 255 or 66.56% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 205 - color contains mainly: green. Hex color #37CD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CD30 is #C832CF. Grayscale: #8E8E8E. Windows color (decimal): -13120208 or 3198263. OLE color: 3198263.

HSL color Cylindrical-coordinate representation of color #37CD30: hue angle of 117.32º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37CD30 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB5520548-
CMYK0.7300.770.20
HSL117.32º62.06%49.61%-
HSV(B)117.32º76.59%80.39%-
XYZ23.9444.6910.16-
YUV142.2574.8165.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.86%
GREEN value IS 205 (80.47% from 255) = 66.56%
BLUE value IS 48 (19.14% from 255) = 15.58%
R=17.86%
G=66.56%
B=15.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal55205480.7300.770.20117.3262.0649.61
Hex37CD304904D14753e32
Octal67315601110115241657662
Binary11011111001101110000100100101001101101001110101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,205,48); }

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

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

 a { background-color: rgb(55,205,48); }

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

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

 span { border-color: rgb(55,205,48); }

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