Html Css Color HEX #21C12F Lime Green

📋 copy color: '#21C12F'

red 33 ◦ green 193 ◦ blue 47

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

Shades of Lime Green #21C12F

Tints of Lime Green #21C12F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 70.7%

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

R = 12.09%
G = 70.7%
B = 17.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#21C12F (or 0x21C12F) is known color: Lime Green. HEX triplet: 21, C1 and 2F. RGB value is (33,193,47). Sum of RGB (Red+Green+Blue) = 33+193+47=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 193 (75.78% from 255 or 70.70% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 193 - color contains mainly: green. Hex color #21C12F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C12F is #DE3ED0. Grayscale: #808080. Windows color (decimal): -14565073 or 3129633. OLE color: 3129633.

HSL color Cylindrical-coordinate representation of color #21C12F: hue angle of 125.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C12F is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 193 47 -
CMYK 0.83 0 0.76 0.24
HSL 125.25º 0.71% 0.44% -
HSV(B) 125.25º 0.83% 0.76% -
XYZ 20.21 38.67 9.09 -
YUV 128.52 81.99 59.87 -
System Red Green Blue C M Y K H S L
Decimal 33 193 47 0.83 0 0.76 0.24 125.25 0.71 0.44
Hex 21 C1 2F 53 0 4C 18 7D 47 2C
Octal 41 301 57 123 0 114 30 175 107 54
Binary 100001 11000001 101111 1010011 0 1001100 11000 1111101 1000111 101100

Color Harmonies of #21C12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C12F

Black with #21C12F

Text Example


Text Example

White with #21C12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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