Html Css Color HEX #42E127 Lime Green

📋 copy color: '#42E127'

red 66 ◦ green 225 ◦ blue 39

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

Shades of Lime Green #42E127

Tints of Lime Green #42E127

RGB

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

 GREEN value IS 225 (88.28% from 255) = 68.18%

 BLUE value IS 39 (15.63% from 255) = 11.82%

R = 20%
G = 68.18%
B = 11.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#42E127 (or 0x42E127) is known color: Lime Green. HEX triplet: 42, E1 and 27. RGB value is (66,225,39). Sum of RGB (Red+Green+Blue) = 66+225+39=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #42E127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E127 is #BD1ED8. Grayscale: #9C9C9C. Windows color (decimal): -12394201 or 2613570. OLE color: 2613570.

HSL color Cylindrical-coordinate representation of color #42E127: hue angle of 111.29º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42E127 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 225 39 -
CMYK 0.71 0 0.83 0.12
HSL 111.29º 0.76% 0.52% -
HSV(B) 111.29º 0.83% 0.88% -
XYZ 29.54 55.16 11.01 -
YUV 156.26 61.82 63.62 -
System Red Green Blue C M Y K H S L
Decimal 66 225 39 0.71 0 0.83 0.12 111.29 0.76 0.52
Hex 42 E1 27 47 0 53 C 6F 4C 34
Octal 102 341 47 107 0 123 14 157 114 64
Binary 1000010 11100001 100111 1000111 0 1010011 1100 1101111 1001100 110100

Color Harmonies of #42E127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E127

Black with #42E127

Text Example


Text Example

White with #42E127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,225,39); }

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

background-color css

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

 a { background-color: rgb(66,225,39); }

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

border-color css

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

 span { border-color: rgb(66,225,39); }

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