Html Css Color HEX #42E835 Lime Green

📋 copy color: '#42E835'

red 66 ◦ green 232 ◦ blue 53

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

Shades of Lime Green #42E835

Tints of Lime Green #42E835

RGB

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

 GREEN value IS 232 (91.02% from 255) = 66.1%

 BLUE value IS 53 (21.09% from 255) = 15.1%

R = 18.8%
G = 66.1%
B = 15.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#42E835 (or 0x42E835) is known color: Lime Green. HEX triplet: 42, E8 and 35. RGB value is (66,232,53). Sum of RGB (Red+Green+Blue) = 66+232+53=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 232 (91.02% from 255 or 66.10% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 232 - color contains mainly: green. Hex color #42E835 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E835 is #BD17CA. Grayscale: #A2A2A2. Windows color (decimal): -12392395 or 3532866. OLE color: 3532866.

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

Color convert

RGB 66 232 53 -
CMYK 0.72 0 0.77 0.09
HSL 115.64º 0.8% 0.56% -
HSV(B) 115.64º 0.77% 0.91% -
XYZ 31.75 59.13 13.11 -
YUV 161.96 66.5 59.55 -
System Red Green Blue C M Y K H S L
Decimal 66 232 53 0.72 0 0.77 0.09 115.64 0.8 0.56
Hex 42 E8 35 48 0 4D 9 74 50 38
Octal 102 350 65 110 0 115 11 164 120 70
Binary 1000010 11101000 110101 1001000 0 1001101 1001 1110100 1010000 111000

Color Harmonies of #42E835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E835

Black with #42E835

Text Example


Text Example

White with #42E835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,232,53); }

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

background-color css

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

 a { background-color: rgb(66,232,53); }

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

border-color css

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

 span { border-color: rgb(66,232,53); }

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