Html Css Color HEX #37F240 Lime Green

📋 copy color: '#37F240'

red 55 ◦ green 242 ◦ blue 64

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

Shades of Lime Green #37F240

Tints of Lime Green #37F240

RGB

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

 GREEN value IS 242 (94.92% from 255) = 67.04%

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

R = 15.24%
G = 67.04%
B = 17.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#37F240 (or 0x37F240) is known color: Lime Green. HEX triplet: 37, F2 and 40. RGB value is (55,242,64). Sum of RGB (Red+Green+Blue) = 55+242+64=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #37F240 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F240 is #C80DBF. Grayscale: #A6A6A6. Windows color (decimal): -13110720 or 4256311. OLE color: 4256311.

HSL color Cylindrical-coordinate representation of color #37F240: hue angle of 122.89º degrees, saturation: 0.88, 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 #37F240 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 242 64 -
CMYK 0.77 0 0.74 0.05
HSL 122.89º 0.88% 0.58% -
HSV(B) 122.89º 0.77% 0.95% -
XYZ 34.25 64.69 15.53 -
YUV 165.8 70.55 48.97 -
System Red Green Blue C M Y K H S L
Decimal 55 242 64 0.77 0 0.74 0.05 122.89 0.88 0.58
Hex 37 F2 40 4D 0 4A 5 7B 58 3A
Octal 67 362 100 115 0 112 5 173 130 72
Binary 110111 11110010 1000000 1001101 0 1001010 101 1111011 1011000 111010

Color Harmonies of #37F240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F240

Black with #37F240

Text Example


Text Example

White with #37F240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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