Html Css Color HEX #12D221 Lime Green

📋 copy color: '#12D221'

red 18 ◦ green 210 ◦ blue 33

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

Shades of Lime Green #12D221

Tints of Lime Green #12D221

RGB

 RED value IS 18 (7.42% from 255) = 6.9%

 GREEN value IS 210 (82.42% from 255) = 80.46%

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 6.9%
G = 80.46%
B = 12.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#12D221 (or 0x12D221) is known color: Lime Green. HEX triplet: 12, D2 and 21. RGB value is (18,210,33). Sum of RGB (Red+Green+Blue) = 18+210+33=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 210 (82.42% from 255 or 80.46% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 210 - color contains mainly: green. Hex color #12D221 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D221 is #ED2DDE. Grayscale: #848484. Windows color (decimal): -15543775 or 2216466. OLE color: 2216466.

HSL color Cylindrical-coordinate representation of color #12D221: hue angle of 124.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D221 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 210 33 -
CMYK 0.91 0 0.84 0.18
HSL 124.69º 0.84% 0.45% -
HSV(B) 124.69º 0.91% 0.82% -
XYZ 23.57 46.33 9.14 -
YUV 132.41 71.89 46.39 -
System Red Green Blue C M Y K H S L
Decimal 18 210 33 0.91 0 0.84 0.18 124.69 0.84 0.45
Hex 12 D2 21 5B 0 54 12 7D 54 2D
Octal 22 322 41 133 0 124 22 175 124 55
Binary 10010 11010010 100001 1011011 0 1010100 10010 1111101 1010100 101101

Color Harmonies of #12D221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D221

Black with #12D221

Text Example


Text Example

White with #12D221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12D221; }

 p { color: rgb(18,210,33); }

 H1.HeaderClassName
 {
   color: #12D221;
 }
 .AnyTagClassName
 {
   color: #12D221;
 }
</style>

background-color css

<style>
 a { background-color: #12D221; }

 a { background-color: rgb(18,210,33); }

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

border-color css

<style>
 span { border-color: #12D221; }

 span { border-color: rgb(18,210,33); }

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