Html Css Color HEX #42E523 Lime Green

📋 copy color: '#42E523'

red 66 ◦ green 229 ◦ blue 35

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

Shades of Lime Green #42E523

Tints of Lime Green #42E523

RGB

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

 GREEN value IS 229 (89.84% from 255) = 69.39%

 BLUE value IS 35 (14.06% from 255) = 10.61%

R = 20%
G = 69.39%
B = 10.61%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#42E523 (or 0x42E523) is known color: Lime Green. HEX triplet: 42, E5 and 23. RGB value is (66,229,35). Sum of RGB (Red+Green+Blue) = 66+229+35=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 229 (89.84% from 255 or 69.39% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 229 - color contains mainly: green. Hex color #42E523 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E523 is #BD1ADC. Grayscale: #9E9E9E. Windows color (decimal): -12393181 or 2352450. OLE color: 2352450.

HSL color Cylindrical-coordinate representation of color #42E523: hue angle of 110.41º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42E523 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB 66 229 35 -
CMYK 0.71 0 0.85 0.10
HSL 110.41º 0.79% 0.52% -
HSV(B) 110.41º 0.85% 0.9% -
XYZ 30.57 57.32 11.04 -
YUV 158.15 58.5 62.27 -
System Red Green Blue C M Y K H S L
Decimal 66 229 35 0.71 0 0.85 0.10 110.41 0.79 0.52
Hex 42 E5 23 47 0 55 A 6E 4F 34
Octal 102 345 43 107 0 125 12 156 117 64
Binary 1000010 11100101 100011 1000111 0 1010101 1010 1101110 1001111 110100

Color Harmonies of #42E523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E523

Black with #42E523

Text Example


Text Example

White with #42E523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,229,35); }

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

background-color css

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

 a { background-color: rgb(66,229,35); }

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

border-color css

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

 span { border-color: rgb(66,229,35); }

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