Html Css Color HEX #42E431 Lime Green

📋 copy color: '#42E431'

red 66 ◦ green 228 ◦ blue 49

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

Shades of Lime Green #42E431

Tints of Lime Green #42E431

RGB

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

 GREEN value IS 228 (89.45% from 255) = 66.47%

 BLUE value IS 49 (19.53% from 255) = 14.29%

R = 19.24%
G = 66.47%
B = 14.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#42E431 (or 0x42E431) is known color: Lime Green. HEX triplet: 42, E4 and 31. RGB value is (66,228,49). Sum of RGB (Red+Green+Blue) = 66+228+49=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 228 (89.45% from 255 or 66.47% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 228 - color contains mainly: green. Hex color #42E431 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E431 is #BD1BCE. Grayscale: #9F9F9F. Windows color (decimal): -12393423 or 3269698. OLE color: 3269698.

HSL color Cylindrical-coordinate representation of color #42E431: hue angle of 114.3º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42E431 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 228 49 -
CMYK 0.71 0 0.79 0.11
HSL 114.3º 0.77% 0.54% -
HSV(B) 114.3º 0.79% 0.89% -
XYZ 30.54 56.87 12.27 -
YUV 159.16 65.83 61.55 -
System Red Green Blue C M Y K H S L
Decimal 66 228 49 0.71 0 0.79 0.11 114.3 0.77 0.54
Hex 42 E4 31 47 0 4F B 72 4D 36
Octal 102 344 61 107 0 117 13 162 115 66
Binary 1000010 11100100 110001 1000111 0 1001111 1011 1110010 1001101 110110

Color Harmonies of #42E431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E431

Black with #42E431

Text Example


Text Example

White with #42E431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,228,49); }

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

background-color css

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

 a { background-color: rgb(66,228,49); }

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

border-color css

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

 span { border-color: rgb(66,228,49); }

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