Html Css Color HEX #21C12E Lime Green

📋 copy color: '#21C12E'

red 33 ◦ green 193 ◦ blue 46

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

Shades of Lime Green #21C12E

Tints of Lime Green #21C12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 12.13%
G = 70.96%
B = 16.91%

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

#21C12E (or 0x21C12E) is known color: Lime Green. HEX triplet: 21, C1 and 2E. RGB value is (33,193,46). Sum of RGB (Red+Green+Blue) = 33+193+46=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 193 (75.78% from 255 or 70.96% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 193 - color contains mainly: green. Hex color #21C12E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C12E is #DE3ED1. Grayscale: #808080. Windows color (decimal): -14565074 or 3064097. OLE color: 3064097.

HSL color Cylindrical-coordinate representation of color #21C12E: hue angle of 124.88º 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 #21C12E is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 193 46 -
CMYK 0.83 0 0.76 0.24
HSL 124.88º 0.71% 0.44% -
HSV(B) 124.88º 0.83% 0.76% -
XYZ 20.19 38.66 8.98 -
YUV 128.4 81.49 59.95 -
System Red Green Blue C M Y K H S L
Decimal 33 193 46 0.83 0 0.76 0.24 124.88 0.71 0.44
Hex 21 C1 2E 53 0 4C 18 7D 47 2C
Octal 41 301 56 123 0 114 30 175 107 54
Binary 100001 11000001 101110 1010011 0 1001100 11000 1111101 1000111 101100

Color Harmonies of #21C12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C12E

Black with #21C12E

Text Example


Text Example

White with #21C12E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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