Html Css Color HEX #21D427 Lime Green

📋 copy color: '#21D427'

red 33 ◦ green 212 ◦ blue 39

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

Shades of Lime Green #21D427

Tints of Lime Green #21D427

RGB

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

 GREEN value IS 212 (83.2% from 255) = 74.65%

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

R = 11.62%
G = 74.65%
B = 13.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#21D427 (or 0x21D427) is known color: Lime Green. HEX triplet: 21, D4 and 27. RGB value is (33,212,39). Sum of RGB (Red+Green+Blue) = 33+212+39=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 212 (83.20% from 255 or 74.65% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 212 - color contains mainly: green. Hex color #21D427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D427 is #DE2BD8. Grayscale: #8B8B8B. Windows color (decimal): -14560217 or 2610209. OLE color: 2610209.

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

Color convert

RGB 33 212 39 -
CMYK 0.84 0 0.82 0.17
HSL 122.01º 0.73% 0.48% -
HSV(B) 122.01º 0.84% 0.83% -
XYZ 24.54 47.56 9.81 -
YUV 138.76 71.7 52.57 -
System Red Green Blue C M Y K H S L
Decimal 33 212 39 0.84 0 0.82 0.17 122.01 0.73 0.48
Hex 21 D4 27 54 0 52 11 7A 49 30
Octal 41 324 47 124 0 122 21 172 111 60
Binary 100001 11010100 100111 1010100 0 1010010 10001 1111010 1001001 110000

Color Harmonies of #21D427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D427

Black with #21D427

Text Example


Text Example

White with #21D427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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