Html Css Color HEX #12BC19 Lime Green

📋 copy color: '#12BC19'

red 18 ◦ green 188 ◦ blue 25

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

Shades of Lime Green #12BC19

Tints of Lime Green #12BC19

RGB

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

 GREEN value IS 188 (73.83% from 255) = 81.39%

 BLUE value IS 25 (10.16% from 255) = 10.82%

R = 7.79%
G = 81.39%
B = 10.82%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#12BC19 (or 0x12BC19) is known color: Lime Green. HEX triplet: 12, BC and 19. RGB value is (18,188,25). Sum of RGB (Red+Green+Blue) = 18+188+25=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 188 (73.83% from 255 or 81.39% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BC19 is #ED43E6. Grayscale: #777777. Windows color (decimal): -15549415 or 1686546. OLE color: 1686546.

HSL color Cylindrical-coordinate representation of color #12BC19: hue angle of 122.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC19 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 25 -
CMYK 0.90 0 0.87 0.26
HSL 122.47º 0.83% 0.4% -
HSV(B) 122.47º 0.9% 0.74% -
XYZ 18.41 36.17 6.93 -
YUV 118.59 75.18 56.25 -
System Red Green Blue C M Y K H S L
Decimal 18 188 25 0.90 0 0.87 0.26 122.47 0.83 0.4
Hex 12 BC 19 5A 0 57 1A 7A 53 28
Octal 22 274 31 132 0 127 32 172 123 50
Binary 10010 10111100 11001 1011010 0 1010111 11010 1111010 1010011 101000

Color Harmonies of #12BC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC19

Black with #12BC19

Text Example


Text Example

White with #12BC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,188,25); }

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

background-color css

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

 a { background-color: rgb(18,188,25); }

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

border-color css

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

 span { border-color: rgb(18,188,25); }

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