Html Css Color HEX #37F140 Lime Green

📋 copy color: '#37F140'

red 55 ◦ green 241 ◦ blue 64

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

Shades of Lime Green #37F140

Tints of Lime Green #37F140

RGB

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

 GREEN value IS 241 (94.53% from 255) = 66.94%

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

R = 15.28%
G = 66.94%
B = 17.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#37F140 (or 0x37F140) is known color: Lime Green. HEX triplet: 37, F1 and 40. RGB value is (55,241,64). Sum of RGB (Red+Green+Blue) = 55+241+64=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 241 (94.53% from 255 or 66.94% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 241 - color contains mainly: green. Hex color #37F140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F140 is #C80EBF. Grayscale: #A5A5A5. Windows color (decimal): -13110976 or 4256055. OLE color: 4256055.

HSL color Cylindrical-coordinate representation of color #37F140: hue angle of 122.9º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F140 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 241 64 -
CMYK 0.77 0 0.73 0.05
HSL 122.9º 0.87% 0.58% -
HSV(B) 122.9º 0.77% 0.95% -
XYZ 33.96 64.09 15.43 -
YUV 165.21 70.88 49.39 -
System Red Green Blue C M Y K H S L
Decimal 55 241 64 0.77 0 0.73 0.05 122.9 0.87 0.58
Hex 37 F1 40 4D 0 49 5 7B 57 3A
Octal 67 361 100 115 0 111 5 173 127 72
Binary 110111 11110001 1000000 1001101 0 1001001 101 1111011 1010111 111010

Color Harmonies of #37F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F140

Black with #37F140

Text Example


Text Example

White with #37F140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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