Html Css Color HEX #37D045 Lime Green

📋 copy color: '#37D045'

red 55 ◦ green 208 ◦ blue 69

#37D045
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #37D045

Tints of Lime Green #37D045

RGB

 RED value IS 55 (21.88% from 255) = 16.57%

 GREEN value IS 208 (81.64% from 255) = 62.65%

 BLUE value IS 69 (27.34% from 255) = 20.78%

R = 16.57%
G = 62.65%
B = 20.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#37D045 (or 0x37D045) is known color: Lime Green. HEX triplet: 37, D0 and 45. RGB value is (55,208,69). Sum of RGB (Red+Green+Blue) = 55+208+69=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 208 (81.64% from 255 or 62.65% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 208 - color contains mainly: green. Hex color #37D045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D045 is #C82FBA. Grayscale: #929292. Windows color (decimal): -13119419 or 4575287. OLE color: 4575287.

HSL color Cylindrical-coordinate representation of color #37D045: hue angle of 125.49º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D045 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 208 69 -
CMYK 0.74 0 0.67 0.18
HSL 125.49º 0.62% 0.52% -
HSV(B) 125.49º 0.74% 0.82% -
XYZ 25.21 46.35 13.25 -
YUV 146.41 84.31 62.8 -
System Red Green Blue C M Y K H S L
Decimal 55 208 69 0.74 0 0.67 0.18 125.49 0.62 0.52
Hex 37 D0 45 4A 0 43 12 7D 3E 34
Octal 67 320 105 112 0 103 22 175 76 64
Binary 110111 11010000 1000101 1001010 0 1000011 10010 1111101 111110 110100

Color Harmonies of #37D045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D045

Black with #37D045

Text Example


Text Example

White with #37D045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,208,69); }

 H1.HeaderClassName
 {
   color: #37D045;
 }
 .AnyTagClassName
 {
   color: #37D045;
 }
</style>

background-color css

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

 a { background-color: rgb(55,208,69); }

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

border-color css

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

 span { border-color: rgb(55,208,69); }

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