Html Css Color HEX #12BF17 Lime Green

📋 copy color: '#12BF17'

red 18 ◦ green 191 ◦ blue 23

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

Shades of Lime Green #12BF17

Tints of Lime Green #12BF17

RGB

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

 GREEN value IS 191 (75% from 255) = 82.33%

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

R = 7.76%
G = 82.33%
B = 9.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#12BF17 (or 0x12BF17) is known color: Lime Green. HEX triplet: 12, BF and 17. RGB value is (18,191,23). Sum of RGB (Red+Green+Blue) = 18+191+23=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 191 (75% from 255 or 82.33% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BF17 is #ED40E8. Grayscale: #787878. Windows color (decimal): -15548649 or 1556242. OLE color: 1556242.

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

Color convert

RGB 18 191 23 -
CMYK 0.91 0 0.88 0.25
HSL 121.73º 0.83% 0.41% -
HSV(B) 121.73º 0.91% 0.75% -
XYZ 19.03 37.45 7.04 -
YUV 120.12 73.19 55.16 -
System Red Green Blue C M Y K H S L
Decimal 18 191 23 0.91 0 0.88 0.25 121.73 0.83 0.41
Hex 12 BF 17 5B 0 58 19 7A 53 29
Octal 22 277 27 133 0 130 31 172 123 51
Binary 10010 10111111 10111 1011011 0 1011000 11001 1111010 1010011 101001

Color Harmonies of #12BF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF17

Black with #12BF17

Text Example


Text Example

White with #12BF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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