Html Css Color HEX #21D142 Lime Green

📋 copy color: '#21D142'

red 33 ◦ green 209 ◦ blue 66

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

Shades of Lime Green #21D142

Tints of Lime Green #21D142

RGB

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

 GREEN value IS 209 (82.03% from 255) = 67.86%

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

R = 10.71%
G = 67.86%
B = 21.43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#21D142 (or 0x21D142) is known color: Lime Green. HEX triplet: 21, D1 and 42. RGB value is (33,209,66). Sum of RGB (Red+Green+Blue) = 33+209+66=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 209 (82.03% from 255 or 67.86% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 209 - color contains mainly: green. Hex color #21D142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D142 is #DE2EBD. Grayscale: #8C8C8C. Windows color (decimal): -14560958 or 4378913. OLE color: 4378913.

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

Color convert

RGB 33 209 66 -
CMYK 0.84 0 0.68 0.18
HSL 131.25º 0.73% 0.47% -
HSV(B) 131.25º 0.84% 0.82% -
XYZ 24.41 46.32 12.81 -
YUV 140.07 86.19 51.63 -
System Red Green Blue C M Y K H S L
Decimal 33 209 66 0.84 0 0.68 0.18 131.25 0.73 0.47
Hex 21 D1 42 54 0 44 12 83 49 2F
Octal 41 321 102 124 0 104 22 203 111 57
Binary 100001 11010001 1000010 1010100 0 1000100 10010 10000011 1001001 101111

Color Harmonies of #21D142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D142

Black with #21D142

Text Example


Text Example

White with #21D142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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