Html Css Color HEX #21D43F Lime Green

📋 copy color: '#21D43F'

red 33 ◦ green 212 ◦ blue 63

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

Shades of Lime Green #21D43F

Tints of Lime Green #21D43F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.45%

R = 10.71%
G = 68.83%
B = 20.45%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#21D43F (or 0x21D43F) is known color: Lime Green. HEX triplet: 21, D4 and 3F. RGB value is (33,212,63). Sum of RGB (Red+Green+Blue) = 33+212+63=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 212 (83.20% from 255 or 68.83% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 212 - color contains mainly: green. Hex color #21D43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D43F is #DE2BC0. Grayscale: #8D8D8D. Windows color (decimal): -14560193 or 4183073. OLE color: 4183073.

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

Color convert

RGB 33 212 63 -
CMYK 0.84 0 0.70 0.17
HSL 130.06º 0.73% 0.48% -
HSV(B) 130.06º 0.84% 0.83% -
XYZ 25.07 47.77 12.6 -
YUV 141.49 83.7 50.62 -
System Red Green Blue C M Y K H S L
Decimal 33 212 63 0.84 0 0.70 0.17 130.06 0.73 0.48
Hex 21 D4 3F 54 0 46 11 82 49 30
Octal 41 324 77 124 0 106 21 202 111 60
Binary 100001 11010100 111111 1010100 0 1000110 10001 10000010 1001001 110000

Color Harmonies of #21D43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D43F

Black with #21D43F

Text Example


Text Example

White with #21D43F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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