Html Css Color HEX #42D721 Lime Green

📋 copy color: '#42D721'

red 66 ◦ green 215 ◦ blue 33

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

Shades of Lime Green #42D721

Tints of Lime Green #42D721

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.47%

 BLUE value IS 33 (13.28% from 255) = 10.51%

R = 21.02%
G = 68.47%
B = 10.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#42D721 (or 0x42D721) is known color: Lime Green. HEX triplet: 42, D7 and 21. RGB value is (66,215,33). Sum of RGB (Red+Green+Blue) = 66+215+33=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 215 (84.38% from 255 or 68.47% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 215 - color contains mainly: green. Hex color #42D721 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D721 is #BD28DE. Grayscale: #969696. Windows color (decimal): -12396767 or 2217794. OLE color: 2217794.

HSL color Cylindrical-coordinate representation of color #42D721: hue angle of 109.12º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42D721 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 215 33 -
CMYK 0.69 0 0.85 0.16
HSL 109.12º 0.73% 0.49% -
HSV(B) 109.12º 0.85% 0.84% -
XYZ 26.82 49.87 9.65 -
YUV 149.7 62.14 68.3 -
System Red Green Blue C M Y K H S L
Decimal 66 215 33 0.69 0 0.85 0.16 109.12 0.73 0.49
Hex 42 D7 21 45 0 55 10 6D 49 31
Octal 102 327 41 105 0 125 20 155 111 61
Binary 1000010 11010111 100001 1000101 0 1010101 10000 1101101 1001001 110001

Color Harmonies of #42D721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D721

Black with #42D721

Text Example


Text Example

White with #42D721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,215,33); }

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

background-color css

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

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

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

border-color css

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

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

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