Html Css Color HEX #37FE42 Lime Green

📋 copy color: '#37FE42'

red 55 ◦ green 254 ◦ blue 66

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

Shades of Lime Green #37FE42

Tints of Lime Green #37FE42

RGB

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

 GREEN value IS 254 (99.61% from 255) = 67.73%

 BLUE value IS 66 (26.17% from 255) = 17.6%

R = 14.67%
G = 67.73%
B = 17.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#37FE42 (or 0x37FE42) is known color: Lime Green. HEX triplet: 37, FE and 42. RGB value is (55,254,66). Sum of RGB (Red+Green+Blue) = 55+254+66=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 254 (99.61% from 255 or 67.73% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 254 - color contains mainly: green. Hex color #37FE42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FE42 is #C801BD. Grayscale: #ADADAD. Windows color (decimal): -13107646 or 4390455. OLE color: 4390455.

HSL color Cylindrical-coordinate representation of color #37FE42: hue angle of 123.32º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FE42 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 55 254 66 -
CMYK 0.78 0 0.74 0.00
HSL 123.32º 0.99% 0.61% -
HSV(B) 123.32º 0.78% 1% -
XYZ 38 72.09 17.07 -
YUV 173.07 67.57 43.79 -
System Red Green Blue C M Y K H S L
Decimal 55 254 66 0.78 0 0.74 0.00 123.32 0.99 0.61
Hex 37 FE 42 4E 0 4A 0 7B 63 3D
Octal 67 376 102 116 0 112 0 173 143 75
Binary 110111 11111110 1000010 1001110 0 1001010 0 1111011 1100011 111101

Color Harmonies of #37FE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FE42

Black with #37FE42

Text Example


Text Example

White with #37FE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,254,66); }

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

background-color css

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

 a { background-color: rgb(55,254,66); }

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

border-color css

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

 span { border-color: rgb(55,254,66); }

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