Html Css Color HEX #42DE41 Lime Green

📋 copy color: '#42DE41'

red 66 ◦ green 222 ◦ blue 65

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

Shades of Lime Green #42DE41

Tints of Lime Green #42DE41

RGB

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

 GREEN value IS 222 (87.11% from 255) = 62.89%

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 18.7%
G = 62.89%
B = 18.41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#42DE41 (or 0x42DE41) is known color: Lime Green. HEX triplet: 42, DE and 41. RGB value is (66,222,65). Sum of RGB (Red+Green+Blue) = 66+222+65=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 222 (87.11% from 255 or 62.89% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DE41 is #BD21BE. Grayscale: #9D9D9D. Windows color (decimal): -12394943 or 4316738. OLE color: 4316738.

HSL color Cylindrical-coordinate representation of color #42DE41: hue angle of 119.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42DE41 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 222 65 -
CMYK 0.70 0 0.71 0.13
HSL 119.62º 0.7% 0.56% -
HSV(B) 119.62º 0.71% 0.87% -
XYZ 29.32 53.78 13.84 -
YUV 157.46 75.82 62.77 -
System Red Green Blue C M Y K H S L
Decimal 66 222 65 0.70 0 0.71 0.13 119.62 0.7 0.56
Hex 42 DE 41 46 0 47 D 78 46 38
Octal 102 336 101 106 0 107 15 170 106 70
Binary 1000010 11011110 1000001 1000110 0 1000111 1101 1111000 1000110 111000

Color Harmonies of #42DE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DE41

Black with #42DE41

Text Example


Text Example

White with #42DE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,222,65); }

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

background-color css

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

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

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

border-color css

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

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

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