Html Css Color HEX #21CA19 Lime Green

📋 copy color: '#21CA19'

red 33 ◦ green 202 ◦ blue 25

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

Shades of Lime Green #21CA19

Tints of Lime Green #21CA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.62%

R = 12.69%
G = 77.69%
B = 9.62%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#21CA19 (or 0x21CA19) is known color: Lime Green. HEX triplet: 21, CA and 19. RGB value is (33,202,25). Sum of RGB (Red+Green+Blue) = 33+202+25=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 202 (79.30% from 255 or 77.69% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CA19 is #DE35E6. Grayscale: #838383. Windows color (decimal): -14562791 or 1690145. OLE color: 1690145.

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

Color convert

RGB 33 202 25 -
CMYK 0.84 0 0.88 0.21
HSL 117.29º 0.78% 0.45% -
HSV(B) 117.29º 0.88% 0.79% -
XYZ 21.92 42.63 7.99 -
YUV 131.29 68.01 57.89 -
System Red Green Blue C M Y K H S L
Decimal 33 202 25 0.84 0 0.88 0.21 117.29 0.78 0.45
Hex 21 CA 19 54 0 58 15 75 4E 2D
Octal 41 312 31 124 0 130 25 165 116 55
Binary 100001 11001010 11001 1010100 0 1011000 10101 1110101 1001110 101101

Color Harmonies of #21CA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CA19

Black with #21CA19

Text Example


Text Example

White with #21CA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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