Html Css Color HEX #21C60D Lime Green

📋 copy color: '#21C60D'

red 33 ◦ green 198 ◦ blue 13

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

Shades of Lime Green #21C60D

Tints of Lime Green #21C60D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 81.15%

 BLUE value IS 13 (5.47% from 255) = 5.33%

R = 13.52%
G = 81.15%
B = 5.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#21C60D (or 0x21C60D) is known color: Lime Green. HEX triplet: 21, C6 and 0D. RGB value is (33,198,13). Sum of RGB (Red+Green+Blue) = 33+198+13=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 198 (77.73% from 255 or 81.15% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 198 - color contains mainly: green. Hex color #21C60D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C60D is #DE39F2. Grayscale: #808080. Windows color (decimal): -14563827 or 902689. OLE color: 902689.

HSL color Cylindrical-coordinate representation of color #21C60D: hue angle of 113.51º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21C60D is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 198 13 -
CMYK 0.83 0 0.93 0.22
HSL 113.51º 0.88% 0.41% -
HSV(B) 113.51º 0.93% 0.78% -
XYZ 20.89 40.74 7.14 -
YUV 127.58 63.34 60.54 -
System Red Green Blue C M Y K H S L
Decimal 33 198 13 0.83 0 0.93 0.22 113.51 0.88 0.41
Hex 21 C6 D 53 0 5D 16 72 58 29
Octal 41 306 15 123 0 135 26 162 130 51
Binary 100001 11000110 1101 1010011 0 1011101 10110 1110010 1011000 101001

Color Harmonies of #21C60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C60D

Black with #21C60D

Text Example


Text Example

White with #21C60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,198,13); }

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

background-color css

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

 a { background-color: rgb(33,198,13); }

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

border-color css

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

 span { border-color: rgb(33,198,13); }

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