Html Css Color HEX #37BF40 Lime Green

📋 copy color: '#37BF40'

red 55 ◦ green 191 ◦ blue 64

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

Shades of Lime Green #37BF40

Tints of Lime Green #37BF40

RGB

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

 GREEN value IS 191 (75% from 255) = 61.61%

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 17.74%
G = 61.61%
B = 20.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#37BF40 (or 0x37BF40) is known color: Lime Green. HEX triplet: 37, BF and 40. RGB value is (55,191,64). Sum of RGB (Red+Green+Blue) = 55+191+64=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 191 (75% from 255 or 61.61% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 191 - color contains mainly: green. Hex color #37BF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BF40 is #C840BF. Grayscale: #888888. Windows color (decimal): -13123776 or 4243255. OLE color: 4243255.

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

Color convert

RGB 55 191 64 -
CMYK 0.71 0 0.66 0.25
HSL 123.97º 0.55% 0.48% -
HSV(B) 123.97º 0.71% 0.75% -
XYZ 21.13 38.44 11.16 -
YUV 135.86 87.44 70.33 -
System Red Green Blue C M Y K H S L
Decimal 55 191 64 0.71 0 0.66 0.25 123.97 0.55 0.48
Hex 37 BF 40 47 0 42 19 7C 37 30
Octal 67 277 100 107 0 102 31 174 67 60
Binary 110111 10111111 1000000 1000111 0 1000010 11001 1111100 110111 110000

Color Harmonies of #37BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BF40

Black with #37BF40

Text Example


Text Example

White with #37BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,191,64); }

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

background-color css

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

 a { background-color: rgb(55,191,64); }

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

border-color css

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

 span { border-color: rgb(55,191,64); }

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