Html Css Color HEX #42FE37 Lime Green

📋 copy color: '#42FE37'

red 66 ◦ green 254 ◦ blue 55

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

Shades of Lime Green #42FE37

Tints of Lime Green #42FE37

RGB

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

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

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

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

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #42FE37: hue angle of 116.68º 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 #42FE37 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 254 55 -
CMYK 0.74 0 0.78 0.00
HSL 116.68º 0.99% 0.61% -
HSV(B) 116.68º 0.78% 1% -
XYZ 38.38 72.32 15.55 -
YUV 175.1 60.22 50.18 -
System Red Green Blue C M Y K H S L
Decimal 66 254 55 0.74 0 0.78 0.00 116.68 0.99 0.61
Hex 42 FE 37 4A 0 4E 0 75 63 3D
Octal 102 376 67 112 0 116 0 165 143 75
Binary 1000010 11111110 110111 1001010 0 1001110 0 1110101 1100011 111101

Color Harmonies of #42FE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FE37

Black with #42FE37

Text Example


Text Example

White with #42FE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42FE37; }

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

 H1.HeaderClassName
 {
   color: #42FE37;
 }
 .AnyTagClassName
 {
   color: #42FE37;
 }
</style>

background-color css

<style>
 a { background-color: #42FE37; }

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

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

border-color css

<style>
 span { border-color: #42FE37; }

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

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