Html Css Color HEX #21D43D Lime Green

📋 copy color: '#21D43D'

red 33 ◦ green 212 ◦ blue 61

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

Shades of Lime Green #21D43D

Tints of Lime Green #21D43D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.93%

R = 10.78%
G = 69.28%
B = 19.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#21D43D (or 0x21D43D) is known color: Lime Green. HEX triplet: 21, D4 and 3D. RGB value is (33,212,61). Sum of RGB (Red+Green+Blue) = 33+212+61=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 212 (83.20% from 255 or 69.28% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 212 - color contains mainly: green. Hex color #21D43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D43D is #DE2BC2. Grayscale: #8D8D8D. Windows color (decimal): -14560195 or 4052001. OLE color: 4052001.

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

Color convert

RGB 33 212 61 -
CMYK 0.84 0 0.71 0.17
HSL 129.39º 0.73% 0.48% -
HSV(B) 129.39º 0.84% 0.83% -
XYZ 25.01 47.75 12.31 -
YUV 141.27 82.7 50.78 -
System Red Green Blue C M Y K H S L
Decimal 33 212 61 0.84 0 0.71 0.17 129.39 0.73 0.48
Hex 21 D4 3D 54 0 47 11 81 49 30
Octal 41 324 75 124 0 107 21 201 111 60
Binary 100001 11010100 111101 1010100 0 1000111 10001 10000001 1001001 110000

Color Harmonies of #21D43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D43D

Black with #21D43D

Text Example


Text Example

White with #21D43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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