Html Css Color HEX #21DF3C Lime Green

📋 copy color: '#21DF3C'

red 33 ◦ green 223 ◦ blue 60

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

Shades of Lime Green #21DF3C

Tints of Lime Green #21DF3C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 70.57%

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 10.44%
G = 70.57%
B = 18.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#21DF3C (or 0x21DF3C) is known color: Lime Green. HEX triplet: 21, DF and 3C. RGB value is (33,223,60). Sum of RGB (Red+Green+Blue) = 33+223+60=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 223 (87.5% from 255 or 70.57% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 223 - color contains mainly: green. Hex color #21DF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DF3C is #DE20C3. Grayscale: #949494. Windows color (decimal): -14557380 or 3989281. OLE color: 3989281.

HSL color Cylindrical-coordinate representation of color #21DF3C: hue angle of 128.53º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DF3C is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 223 60 -
CMYK 0.85 0 0.73 0.13
HSL 128.53º 0.75% 0.5% -
HSV(B) 128.53º 0.85% 0.87% -
XYZ 27.83 53.42 13.12 -
YUV 147.61 78.55 46.25 -
System Red Green Blue C M Y K H S L
Decimal 33 223 60 0.85 0 0.73 0.13 128.53 0.75 0.5
Hex 21 DF 3C 55 0 49 D 81 4B 32
Octal 41 337 74 125 0 111 15 201 113 62
Binary 100001 11011111 111100 1010101 0 1001001 1101 10000001 1001011 110010

Color Harmonies of #21DF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DF3C

Black with #21DF3C

Text Example


Text Example

White with #21DF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,223,60); }

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

background-color css

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

 a { background-color: rgb(33,223,60); }

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

border-color css

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

 span { border-color: rgb(33,223,60); }

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