Html Css Color HEX #21CA2C Lime Green

📋 copy color: '#21CA2C'

red 33 ◦ green 202 ◦ blue 44

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

Shades of Lime Green #21CA2C

Tints of Lime Green #21CA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 11.83%
G = 72.4%
B = 15.77%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#21CA2C (or 0x21CA2C) is known color: Lime Green. HEX triplet: 21, CA and 2C. RGB value is (33,202,44). Sum of RGB (Red+Green+Blue) = 33+202+44=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 202 (79.30% from 255 or 72.40% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CA2C is #DE35D3. Grayscale: #858585. Windows color (decimal): -14562772 or 2935329. OLE color: 2935329.

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

Color convert

RGB 33 202 44 -
CMYK 0.84 0 0.78 0.21
HSL 123.91º 0.72% 0.46% -
HSV(B) 123.91º 0.84% 0.79% -
XYZ 22.2 42.75 9.46 -
YUV 133.46 77.51 56.35 -
System Red Green Blue C M Y K H S L
Decimal 33 202 44 0.84 0 0.78 0.21 123.91 0.72 0.46
Hex 21 CA 2C 54 0 4E 15 7C 48 2E
Octal 41 312 54 124 0 116 25 174 110 56
Binary 100001 11001010 101100 1010100 0 1001110 10101 1111100 1001000 101110

Color Harmonies of #21CA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CA2C

Black with #21CA2C

Text Example


Text Example

White with #21CA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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