Html Css Color HEX #21CA3C Lime Green

📋 copy color: '#21CA3C'

red 33 ◦ green 202 ◦ blue 60

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

Shades of Lime Green #21CA3C

Tints of Lime Green #21CA3C

RGB

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

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

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

R = 11.19%
G = 68.47%
B = 20.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#21CA3C (or 0x21CA3C) is known color: Lime Green. HEX triplet: 21, CA and 3C. RGB value is (33,202,60). Sum of RGB (Red+Green+Blue) = 33+202+60=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 202 (79.30% from 255 or 68.47% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CA3C is #DE35C3. Grayscale: #878787. Windows color (decimal): -14562756 or 3983905. OLE color: 3983905.

HSL color Cylindrical-coordinate representation of color #21CA3C: hue angle of 129.59º 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 #21CA3C is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 202 60 -
CMYK 0.84 0 0.70 0.21
HSL 129.59º 0.72% 0.46% -
HSV(B) 129.59º 0.84% 0.79% -
XYZ 22.56 42.89 11.36 -
YUV 135.28 85.51 55.05 -
System Red Green Blue C M Y K H S L
Decimal 33 202 60 0.84 0 0.70 0.21 129.59 0.72 0.46
Hex 21 CA 3C 54 0 46 15 82 48 2E
Octal 41 312 74 124 0 106 25 202 110 56
Binary 100001 11001010 111100 1010100 0 1000110 10101 10000010 1001000 101110

Color Harmonies of #21CA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CA3C

Black with #21CA3C

Text Example


Text Example

White with #21CA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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