Html Css Color HEX #12C01B Lime Green

📋 copy color: '#12C01B'

red 18 ◦ green 192 ◦ blue 27

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

Shades of Lime Green #12C01B

Tints of Lime Green #12C01B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 81.01%

 BLUE value IS 27 (10.94% from 255) = 11.39%

R = 7.59%
G = 81.01%
B = 11.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#12C01B (or 0x12C01B) is known color: Lime Green. HEX triplet: 12, C0 and 1B. RGB value is (18,192,27). Sum of RGB (Red+Green+Blue) = 18+192+27=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 192 (75.39% from 255 or 81.01% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 192 - color contains mainly: green. Hex color #12C01B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C01B is #ED3FE4. Grayscale: #797979. Windows color (decimal): -15548389 or 1818642. OLE color: 1818642.

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

Color convert

RGB 18 192 27 -
CMYK 0.91 0 0.86 0.25
HSL 123.1º 0.83% 0.41% -
HSV(B) 123.1º 0.91% 0.75% -
XYZ 19.3 37.91 7.34 -
YUV 121.16 74.85 54.42 -
System Red Green Blue C M Y K H S L
Decimal 18 192 27 0.91 0 0.86 0.25 123.1 0.83 0.41
Hex 12 C0 1B 5B 0 56 19 7B 53 29
Octal 22 300 33 133 0 126 31 173 123 51
Binary 10010 11000000 11011 1011011 0 1010110 11001 1111011 1010011 101001

Color Harmonies of #12C01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C01B

Black with #12C01B

Text Example


Text Example

White with #12C01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,192,27); }

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

background-color css

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

 a { background-color: rgb(18,192,27); }

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

border-color css

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

 span { border-color: rgb(18,192,27); }

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