Html Css Color HEX #21CA2F Lime Green

📋 copy color: '#21CA2F'

red 33 ◦ green 202 ◦ blue 47

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

Shades of Lime Green #21CA2F

Tints of Lime Green #21CA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 11.7%
G = 71.63%
B = 16.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#21CA2F (or 0x21CA2F) is known color: Lime Green. HEX triplet: 21, CA and 2F. RGB value is (33,202,47). Sum of RGB (Red+Green+Blue) = 33+202+47=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 202 (79.30% from 255 or 71.63% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CA2F is #DE35D0. Grayscale: #868686. Windows color (decimal): -14562769 or 3131937. OLE color: 3131937.

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

Color convert

RGB 33 202 47 -
CMYK 0.84 0 0.77 0.21
HSL 124.97º 0.72% 0.46% -
HSV(B) 124.97º 0.84% 0.79% -
XYZ 22.26 42.77 9.77 -
YUV 133.8 79.01 56.1 -
System Red Green Blue C M Y K H S L
Decimal 33 202 47 0.84 0 0.77 0.21 124.97 0.72 0.46
Hex 21 CA 2F 54 0 4D 15 7D 48 2E
Octal 41 312 57 124 0 115 25 175 110 56
Binary 100001 11001010 101111 1010100 0 1001101 10101 1111101 1001000 101110

Color Harmonies of #21CA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CA2F

Black with #21CA2F

Text Example


Text Example

White with #21CA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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