Html Css Color HEX #42EF45 Lime Green

📋 copy color: '#42EF45'

red 66 ◦ green 239 ◦ blue 69

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

Shades of Lime Green #42EF45

Tints of Lime Green #42EF45

RGB

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

 GREEN value IS 239 (93.75% from 255) = 63.9%

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

R = 17.65%
G = 63.9%
B = 18.45%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#42EF45 (or 0x42EF45) is known color: Lime Green. HEX triplet: 42, EF and 45. RGB value is (66,239,69). Sum of RGB (Red+Green+Blue) = 66+239+69=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 239 (93.75% from 255 or 63.90% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 239 - color contains mainly: green. Hex color #42EF45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EF45 is #BD10BA. Grayscale: #A8A8A8. Windows color (decimal): -12390587 or 4583234. OLE color: 4583234.

HSL color Cylindrical-coordinate representation of color #42EF45: hue angle of 121.04º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EF45 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 239 69 -
CMYK 0.72 0 0.71 0.06
HSL 121.04º 0.84% 0.6% -
HSV(B) 121.04º 0.72% 0.94% -
XYZ 34.19 63.32 16.05 -
YUV 167.89 72.19 55.32 -
System Red Green Blue C M Y K H S L
Decimal 66 239 69 0.72 0 0.71 0.06 121.04 0.84 0.6
Hex 42 EF 45 48 0 47 6 79 54 3C
Octal 102 357 105 110 0 107 6 171 124 74
Binary 1000010 11101111 1000101 1001000 0 1000111 110 1111001 1010100 111100

Color Harmonies of #42EF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EF45

Black with #42EF45

Text Example


Text Example

White with #42EF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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