Html Css Color HEX #42EF42 Lime Green

📋 copy color: '#42EF42'

red 66 ◦ green 239 ◦ blue 66

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

Shades of Lime Green #42EF42

Tints of Lime Green #42EF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.79%

R = 17.79%
G = 64.42%
B = 17.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#42EF42 (or 0x42EF42) is known color: Lime Green. HEX triplet: 42, EF and 42. RGB value is (66,239,66). Sum of RGB (Red+Green+Blue) = 66+239+66=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 239 (93.75% from 255 or 64.42% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 239 - color contains mainly: green. Hex color #42EF42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EF42 is #BD10BD. Grayscale: #A8A8A8. Windows color (decimal): -12390590 or 4386626. OLE color: 4386626.

HSL color Cylindrical-coordinate representation of color #42EF42: hue angle of 120º 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 #42EF42 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 239 66 -
CMYK 0.72 0 0.72 0.06
HSL 120º 0.84% 0.6% -
HSV(B) 120º 0.72% 0.94% -
XYZ 34.1 63.28 15.57 -
YUV 167.55 70.69 55.57 -
System Red Green Blue C M Y K H S L
Decimal 66 239 66 0.72 0 0.72 0.06 120 0.84 0.6
Hex 42 EF 42 48 0 48 6 78 54 3C
Octal 102 357 102 110 0 110 6 170 124 74
Binary 1000010 11101111 1000010 1001000 0 1001000 110 1111000 1010100 111100

Color Harmonies of #42EF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EF42

Black with #42EF42

Text Example


Text Example

White with #42EF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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