Html Css Color HEX #21CA0D Lime Green

📋 copy color: '#21CA0D'

red 33 ◦ green 202 ◦ blue 13

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

Shades of Lime Green #21CA0D

Tints of Lime Green #21CA0D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 81.45%

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

R = 13.31%
G = 81.45%
B = 5.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#21CA0D (or 0x21CA0D) is known color: Lime Green. HEX triplet: 21, CA and 0D. RGB value is (33,202,13). Sum of RGB (Red+Green+Blue) = 33+202+13=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 202 (79.30% from 255 or 81.45% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CA0D is #DE35F2. Grayscale: #828282. Windows color (decimal): -14562803 or 903713. OLE color: 903713.

HSL color Cylindrical-coordinate representation of color #21CA0D: hue angle of 113.65º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21CA0D is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 202 13 -
CMYK 0.84 0 0.94 0.21
HSL 113.65º 0.88% 0.42% -
HSV(B) 113.65º 0.94% 0.79% -
XYZ 21.82 42.59 7.45 -
YUV 129.92 62.01 58.87 -
System Red Green Blue C M Y K H S L
Decimal 33 202 13 0.84 0 0.94 0.21 113.65 0.88 0.42
Hex 21 CA D 54 0 5E 15 72 58 2A
Octal 41 312 15 124 0 136 25 162 130 52
Binary 100001 11001010 1101 1010100 0 1011110 10101 1110010 1011000 101010

Color Harmonies of #21CA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CA0D

Black with #21CA0D

Text Example


Text Example

White with #21CA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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