Html Css Color HEX #42E145 Lime Green

📋 copy color: '#42E145'

red 66 ◦ green 225 ◦ blue 69

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

Shades of Lime Green #42E145

Tints of Lime Green #42E145

RGB

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

 GREEN value IS 225 (88.28% from 255) = 62.5%

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 18.33%
G = 62.5%
B = 19.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#42E145 (or 0x42E145) is known color: Lime Green. HEX triplet: 42, E1 and 45. RGB value is (66,225,69). Sum of RGB (Red+Green+Blue) = 66+225+69=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 225 (88.28% from 255 or 62.5% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 225 - color contains mainly: green. Hex color #42E145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E145 is #BD1EBA. Grayscale: #A0A0A0. Windows color (decimal): -12394171 or 4579650. OLE color: 4579650.

HSL color Cylindrical-coordinate representation of color #42E145: hue angle of 121.13º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E145 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 225 69 -
CMYK 0.71 0 0.69 0.12
HSL 121.13º 0.73% 0.57% -
HSV(B) 121.13º 0.71% 0.88% -
XYZ 30.25 55.44 14.74 -
YUV 159.68 76.82 61.18 -
System Red Green Blue C M Y K H S L
Decimal 66 225 69 0.71 0 0.69 0.12 121.13 0.73 0.57
Hex 42 E1 45 47 0 45 C 79 49 39
Octal 102 341 105 107 0 105 14 171 111 71
Binary 1000010 11100001 1000101 1000111 0 1000101 1100 1111001 1001001 111001

Color Harmonies of #42E145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E145

Black with #42E145

Text Example


Text Example

White with #42E145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,225,69); }

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

background-color css

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

 a { background-color: rgb(66,225,69); }

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

border-color css

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

 span { border-color: rgb(66,225,69); }

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