Html Css Color HEX #12CB17 Lime Green

📋 copy color: '#12CB17'

red 18 ◦ green 203 ◦ blue 23

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

Shades of Lime Green #12CB17

Tints of Lime Green #12CB17

RGB

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

 GREEN value IS 203 (79.69% from 255) = 83.2%

 BLUE value IS 23 (9.38% from 255) = 9.43%

R = 7.38%
G = 83.2%
B = 9.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#12CB17 (or 0x12CB17) is known color: Lime Green. HEX triplet: 12, CB and 17. RGB value is (18,203,23). Sum of RGB (Red+Green+Blue) = 18+203+23=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 203 (79.69% from 255 or 83.20% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CB17 is #ED34E8. Grayscale: #7F7F7F. Windows color (decimal): -15545577 or 1559314. OLE color: 1559314.

HSL color Cylindrical-coordinate representation of color #12CB17: hue angle of 121.62º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CB17 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 203 23 -
CMYK 0.91 0 0.89 0.20
HSL 121.62º 0.84% 0.43% -
HSV(B) 121.62º 0.91% 0.8% -
XYZ 21.76 42.9 7.94 -
YUV 127.17 69.21 50.14 -
System Red Green Blue C M Y K H S L
Decimal 18 203 23 0.91 0 0.89 0.20 121.62 0.84 0.43
Hex 12 CB 17 5B 0 59 14 7A 54 2B
Octal 22 313 27 133 0 131 24 172 124 53
Binary 10010 11001011 10111 1011011 0 1011001 10100 1111010 1010100 101011

Color Harmonies of #12CB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CB17

Black with #12CB17

Text Example


Text Example

White with #12CB17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,203,23); }

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

background-color css

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

 a { background-color: rgb(18,203,23); }

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

border-color css

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

 span { border-color: rgb(18,203,23); }

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