Html Css Color HEX #42E430 Lime Green

📋 copy color: '#42E430'

red 66 ◦ green 228 ◦ blue 48

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

Shades of Lime Green #42E430

Tints of Lime Green #42E430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.04%

R = 19.3%
G = 66.67%
B = 14.04%

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

#42E430 (or 0x42E430) is known color: Lime Green. HEX triplet: 42, E4 and 30. RGB value is (66,228,48). Sum of RGB (Red+Green+Blue) = 66+228+48=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 228 (89.45% from 255 or 66.67% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 228 - color contains mainly: green. Hex color #42E430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E430 is #BD1BCF. Grayscale: #9F9F9F. Windows color (decimal): -12393424 or 3204162. OLE color: 3204162.

HSL color Cylindrical-coordinate representation of color #42E430: hue angle of 114º 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 #42E430 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 228 48 -
CMYK 0.71 0 0.79 0.11
HSL 114º 0.77% 0.54% -
HSV(B) 114º 0.79% 0.89% -
XYZ 30.52 56.86 12.16 -
YUV 159.04 65.33 61.64 -
System Red Green Blue C M Y K H S L
Decimal 66 228 48 0.71 0 0.79 0.11 114 0.77 0.54
Hex 42 E4 30 47 0 4F B 72 4D 36
Octal 102 344 60 107 0 117 13 162 115 66
Binary 1000010 11100100 110000 1000111 0 1001111 1011 1110010 1001101 110110

Color Harmonies of #42E430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E430

Black with #42E430

Text Example


Text Example

White with #42E430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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