Html Css Color HEX #12C71C Lime Green

📋 copy color: '#12C71C'

red 18 ◦ green 199 ◦ blue 28

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

Shades of Lime Green #12C71C

Tints of Lime Green #12C71C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 81.22%

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

R = 7.35%
G = 81.22%
B = 11.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#12C71C (or 0x12C71C) is known color: Lime Green. HEX triplet: 12, C7 and 1C. RGB value is (18,199,28). Sum of RGB (Red+Green+Blue) = 18+199+28=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 199 (78.12% from 255 or 81.22% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 199 - color contains mainly: green. Hex color #12C71C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C71C is #ED38E3. Grayscale: #7D7D7D. Windows color (decimal): -15546596 or 1885970. OLE color: 1885970.

HSL color Cylindrical-coordinate representation of color #12C71C: hue angle of 123.31º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C71C is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 199 28 -
CMYK 0.91 0 0.86 0.22
HSL 123.31º 0.83% 0.43% -
HSV(B) 123.31º 0.91% 0.78% -
XYZ 20.88 41.06 7.92 -
YUV 125.39 73.03 51.4 -
System Red Green Blue C M Y K H S L
Decimal 18 199 28 0.91 0 0.86 0.22 123.31 0.83 0.43
Hex 12 C7 1C 5B 0 56 16 7B 53 2B
Octal 22 307 34 133 0 126 26 173 123 53
Binary 10010 11000111 11100 1011011 0 1010110 10110 1111011 1010011 101011

Color Harmonies of #12C71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C71C

Black with #12C71C

Text Example


Text Example

White with #12C71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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