Html Css Color HEX #37C02D Lime Green

📋 copy color: '#37C02D'

red 55 ◦ green 192 ◦ blue 45

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

Shades of Lime Green #37C02D

Tints of Lime Green #37C02D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.75%

 BLUE value IS 45 (17.97% from 255) = 15.41%

R = 18.84%
G = 65.75%
B = 15.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#37C02D (or 0x37C02D) is known color: Lime Green. HEX triplet: 37, C0 and 2D. RGB value is (55,192,45). Sum of RGB (Red+Green+Blue) = 55+192+45=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #37C02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C02D is #C83FD2. Grayscale: #868686. Windows color (decimal): -13123539 or 2998327. OLE color: 2998327.

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

Color convert

RGB 55 192 45 -
CMYK 0.71 0 0.77 0.25
HSL 115.92º 0.62% 0.46% -
HSV(B) 115.92º 0.77% 0.75% -
XYZ 20.9 38.7 8.85 -
YUV 134.28 77.61 71.45 -
System Red Green Blue C M Y K H S L
Decimal 55 192 45 0.71 0 0.77 0.25 115.92 0.62 0.46
Hex 37 C0 2D 47 0 4D 19 74 3E 2E
Octal 67 300 55 107 0 115 31 164 76 56
Binary 110111 11000000 101101 1000111 0 1001101 11001 1110100 111110 101110

Color Harmonies of #37C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C02D

Black with #37C02D

Text Example


Text Example

White with #37C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,192,45); }

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

background-color css

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

 a { background-color: rgb(55,192,45); }

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

border-color css

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

 span { border-color: rgb(55,192,45); }

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