Html Css Color HEX #12BE19 Lime Green

📋 copy color: '#12BE19'

red 18 ◦ green 190 ◦ blue 25

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

Shades of Lime Green #12BE19

Tints of Lime Green #12BE19

RGB

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

 GREEN value IS 190 (74.61% from 255) = 81.55%

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

R = 7.73%
G = 81.55%
B = 10.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#12BE19 (or 0x12BE19) is known color: Lime Green. HEX triplet: 12, BE and 19. RGB value is (18,190,25). Sum of RGB (Red+Green+Blue) = 18+190+25=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 190 (74.61% from 255 or 81.55% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BE19 is #ED41E6. Grayscale: #787878. Windows color (decimal): -15548903 or 1687058. OLE color: 1687058.

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

Color convert

RGB 18 190 25 -
CMYK 0.91 0 0.87 0.25
HSL 122.44º 0.83% 0.41% -
HSV(B) 122.44º 0.91% 0.75% -
XYZ 18.84 37.03 7.07 -
YUV 119.76 74.52 55.42 -
System Red Green Blue C M Y K H S L
Decimal 18 190 25 0.91 0 0.87 0.25 122.44 0.83 0.41
Hex 12 BE 19 5B 0 57 19 7A 53 29
Octal 22 276 31 133 0 127 31 172 123 51
Binary 10010 10111110 11001 1011011 0 1010111 11001 1111010 1010011 101001

Color Harmonies of #12BE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BE19

Black with #12BE19

Text Example


Text Example

White with #12BE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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