Html Css Color HEX #21D227 Lime Green

📋 copy color: '#21D227'

red 33 ◦ green 210 ◦ blue 39

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

Shades of Lime Green #21D227

Tints of Lime Green #21D227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.83%

R = 11.7%
G = 74.47%
B = 13.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#21D227 (or 0x21D227) is known color: Lime Green. HEX triplet: 21, D2 and 27. RGB value is (33,210,39). Sum of RGB (Red+Green+Blue) = 33+210+39=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 210 (82.42% from 255 or 74.47% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 210 - color contains mainly: green. Hex color #21D227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D227 is #DE2DD8. Grayscale: #8A8A8A. Windows color (decimal): -14560729 or 2609697. OLE color: 2609697.

HSL color Cylindrical-coordinate representation of color #21D227: hue angle of 122.03º 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 #21D227 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 210 39 -
CMYK 0.84 0 0.81 0.18
HSL 122.03º 0.73% 0.48% -
HSV(B) 122.03º 0.84% 0.82% -
XYZ 24.04 46.56 9.64 -
YUV 137.58 72.36 53.4 -
System Red Green Blue C M Y K H S L
Decimal 33 210 39 0.84 0 0.81 0.18 122.03 0.73 0.48
Hex 21 D2 27 54 0 51 12 7A 49 30
Octal 41 322 47 124 0 121 22 172 111 60
Binary 100001 11010010 100111 1010100 0 1010001 10010 1111010 1001001 110000

Color Harmonies of #21D227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D227

Black with #21D227

Text Example


Text Example

White with #21D227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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