#37BD30

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

Shades of Lime Green #37BD30

Tints of Lime Green #37BD30

Color information

#37BD30 (or 0x37BD30) is unknown color: approx Lime Green. HEX triplet: 37, BD and 30. RGB value is (55,189,48). Sum of RGB (Red+Green+Blue) = 55+189+48=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 189 (74.22% from 255 or 64.73% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 189 - color contains mainly: green. Hex color #37BD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BD30 is #C842CF. Grayscale: #858585. Windows color (decimal): -13124304 or 3194167. OLE color: 3194167.

HSL color Cylindrical-coordinate representation of color #37BD30: hue angle of 117.02º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37BD30 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB5518948-
CMYK0.7100.750.26
HSL117.02º59.49%46.47%-
HSV(B)117.02º74.6%74.12%-
XYZ20.3137.428.95-
YUV132.8680.1172.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.84%
GREEN value IS 189 (74.22% from 255) = 64.73%
BLUE value IS 48 (19.14% from 255) = 16.44%
R=18.84%
G=64.73%
B=16.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal55189480.7100.750.26117.0259.4946.47
Hex37BD304704B1A753b2e
Octal67275601070113321657356
Binary11011110111101110000100011101001011110101110101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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