Html Css Color HEX #42EF2C Lime Green

📋 copy color: '#42EF2C'

red 66 ◦ green 239 ◦ blue 44

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

Shades of Lime Green #42EF2C

Tints of Lime Green #42EF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.61%

R = 18.91%
G = 68.48%
B = 12.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#42EF2C (or 0x42EF2C) is known color: Lime Green. HEX triplet: 42, EF and 2C. RGB value is (66,239,44). Sum of RGB (Red+Green+Blue) = 66+239+44=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 239 (93.75% from 255 or 68.48% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 239 - color contains mainly: green. Hex color #42EF2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EF2C is #BD10D3. Grayscale: #A5A5A5. Windows color (decimal): -12390612 or 2944834. OLE color: 2944834.

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

Color convert

RGB 66 239 44 -
CMYK 0.72 0 0.82 0.06
HSL 113.23º 0.86% 0.55% -
HSV(B) 113.23º 0.82% 0.94% -
XYZ 33.57 63.07 12.79 -
YUV 165.04 59.69 57.36 -
System Red Green Blue C M Y K H S L
Decimal 66 239 44 0.72 0 0.82 0.06 113.23 0.86 0.55
Hex 42 EF 2C 48 0 52 6 71 56 37
Octal 102 357 54 110 0 122 6 161 126 67
Binary 1000010 11101111 101100 1001000 0 1010010 110 1110001 1010110 110111

Color Harmonies of #42EF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EF2C

Black with #42EF2C

Text Example


Text Example

White with #42EF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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