Html Css Color HEX #42E923 Lime Green

📋 copy color: '#42E923'

red 66 ◦ green 233 ◦ blue 35

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

Shades of Lime Green #42E923

Tints of Lime Green #42E923

RGB

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

 GREEN value IS 233 (91.41% from 255) = 69.76%

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

R = 19.76%
G = 69.76%
B = 10.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#42E923 (or 0x42E923) is known color: Lime Green. HEX triplet: 42, E9 and 23. RGB value is (66,233,35). Sum of RGB (Red+Green+Blue) = 66+233+35=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 233 (91.41% from 255 or 69.76% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 233 - color contains mainly: green. Hex color #42E923 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E923 is #BD16DC. Grayscale: #A1A1A1. Windows color (decimal): -12392157 or 2353474. OLE color: 2353474.

HSL color Cylindrical-coordinate representation of color #42E923: hue angle of 110.61º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42E923 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 233 35 -
CMYK 0.72 0 0.85 0.09
HSL 110.61º 0.82% 0.53% -
HSV(B) 110.61º 0.85% 0.91% -
XYZ 31.69 59.56 11.42 -
YUV 160.5 57.17 60.6 -
System Red Green Blue C M Y K H S L
Decimal 66 233 35 0.72 0 0.85 0.09 110.61 0.82 0.53
Hex 42 E9 23 48 0 55 9 6F 52 35
Octal 102 351 43 110 0 125 11 157 122 65
Binary 1000010 11101001 100011 1001000 0 1010101 1001 1101111 1010010 110101

Color Harmonies of #42E923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E923

Black with #42E923

Text Example


Text Example

White with #42E923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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