Html Css Color HEX #21D242 Lime Green

📋 copy color: '#21D242'

red 33 ◦ green 210 ◦ blue 66

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

Shades of Lime Green #21D242

Tints of Lime Green #21D242

RGB

 RED value IS 33 (13.28% from 255) = 10.68%

 GREEN value IS 210 (82.42% from 255) = 67.96%

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

R = 10.68%
G = 67.96%
B = 21.36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#21D242 (or 0x21D242) is known color: Lime Green. HEX triplet: 21, D2 and 42. RGB value is (33,210,66). Sum of RGB (Red+Green+Blue) = 33+210+66=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 210 (82.42% from 255 or 67.96% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 210 - color contains mainly: green. Hex color #21D242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D242 is #DE2DBD. Grayscale: #8D8D8D. Windows color (decimal): -14560702 or 4379169. OLE color: 4379169.

HSL color Cylindrical-coordinate representation of color #21D242: hue angle of 131.19º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D242 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 210 66 -
CMYK 0.84 0 0.69 0.18
HSL 131.19º 0.73% 0.48% -
HSV(B) 131.19º 0.84% 0.82% -
XYZ 24.66 46.81 12.89 -
YUV 140.66 85.86 51.21 -
System Red Green Blue C M Y K H S L
Decimal 33 210 66 0.84 0 0.69 0.18 131.19 0.73 0.48
Hex 21 D2 42 54 0 45 12 83 49 30
Octal 41 322 102 124 0 105 22 203 111 60
Binary 100001 11010010 1000010 1010100 0 1000101 10010 10000011 1001001 110000

Color Harmonies of #21D242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D242

Black with #21D242

Text Example


Text Example

White with #21D242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21D242; }

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

 H1.HeaderClassName
 {
   color: #21D242;
 }
 .AnyTagClassName
 {
   color: #21D242;
 }
</style>

background-color css

<style>
 a { background-color: #21D242; }

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

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

border-color css

<style>
 span { border-color: #21D242; }

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

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