Html Css Color HEX #12D21C Lime Green

📋 copy color: '#12D21C'

red 18 ◦ green 210 ◦ blue 28

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

Shades of Lime Green #12D21C

Tints of Lime Green #12D21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 7.03%
G = 82.03%
B = 10.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#12D21C (or 0x12D21C) is known color: Lime Green. HEX triplet: 12, D2 and 1C. RGB value is (18,210,28). Sum of RGB (Red+Green+Blue) = 18+210+28=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 210 (82.42% from 255 or 82.03% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 210 - color contains mainly: green. Hex color #12D21C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D21C is #ED2DE3. Grayscale: #848484. Windows color (decimal): -15543780 or 1888786. OLE color: 1888786.

HSL color Cylindrical-coordinate representation of color #12D21C: hue angle of 123.12º 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 #12D21C is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 210 28 -
CMYK 0.91 0 0.87 0.18
HSL 123.13º 0.84% 0.45% -
HSV(B) 123.13º 0.91% 0.82% -
XYZ 23.51 46.31 8.8 -
YUV 131.84 69.39 46.8 -
System Red Green Blue C M Y K H S L
Decimal 18 210 28 0.91 0 0.87 0.18 123.13 0.84 0.45
Hex 12 D2 1C 5B 0 57 12 7B 54 2D
Octal 22 322 34 133 0 127 22 173 124 55
Binary 10010 11010010 11100 1011011 0 1010111 10010 1111011 1010100 101101

Color Harmonies of #12D21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D21C

Black with #12D21C

Text Example


Text Example

White with #12D21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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