Html Css Color HEX #42E42D Lime Green

📋 copy color: '#42E42D'

red 66 ◦ green 228 ◦ blue 45

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

Shades of Lime Green #42E42D

Tints of Lime Green #42E42D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 67.26%

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 19.47%
G = 67.26%
B = 13.27%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#42E42D (or 0x42E42D) is known color: Lime Green. HEX triplet: 42, E4 and 2D. RGB value is (66,228,45). Sum of RGB (Red+Green+Blue) = 66+228+45=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 228 (89.45% from 255 or 67.26% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 228 - color contains mainly: green. Hex color #42E42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E42D is #BD1BD2. Grayscale: #9F9F9F. Windows color (decimal): -12393427 or 3007554. OLE color: 3007554.

HSL color Cylindrical-coordinate representation of color #42E42D: hue angle of 113.11º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42E42D is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 228 45 -
CMYK 0.71 0 0.80 0.11
HSL 113.11º 0.77% 0.54% -
HSV(B) 113.11º 0.8% 0.89% -
XYZ 30.46 56.83 11.85 -
YUV 158.7 63.83 61.88 -
System Red Green Blue C M Y K H S L
Decimal 66 228 45 0.71 0 0.80 0.11 113.11 0.77 0.54
Hex 42 E4 2D 47 0 50 B 71 4D 36
Octal 102 344 55 107 0 120 13 161 115 66
Binary 1000010 11100100 101101 1000111 0 1010000 1011 1110001 1001101 110110

Color Harmonies of #42E42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E42D

Black with #42E42D

Text Example


Text Example

White with #42E42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,228,45); }

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

background-color css

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

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

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

border-color css

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

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

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