Html Css Color HEX #12C919 Lime Green

📋 copy color: '#12C919'

red 18 ◦ green 201 ◦ blue 25

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

Shades of Lime Green #12C919

Tints of Lime Green #12C919

RGB

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

 GREEN value IS 201 (78.91% from 255) = 82.38%

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

R = 7.38%
G = 82.38%
B = 10.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#12C919 (or 0x12C919) is known color: Lime Green. HEX triplet: 12, C9 and 19. RGB value is (18,201,25). Sum of RGB (Red+Green+Blue) = 18+201+25=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 201 (78.91% from 255 or 82.38% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 201 - color contains mainly: green. Hex color #12C919 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C919 is #ED36E6. Grayscale: #7E7E7E. Windows color (decimal): -15546087 or 1689874. OLE color: 1689874.

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

Color convert

RGB 18 201 25 -
CMYK 0.91 0 0.88 0.21
HSL 122.3º 0.84% 0.43% -
HSV(B) 122.3º 0.91% 0.79% -
XYZ 21.31 41.97 7.9 -
YUV 126.22 70.87 50.81 -
System Red Green Blue C M Y K H S L
Decimal 18 201 25 0.91 0 0.88 0.21 122.3 0.84 0.43
Hex 12 C9 19 5B 0 58 15 7A 54 2B
Octal 22 311 31 133 0 130 25 172 124 53
Binary 10010 11001001 11001 1011011 0 1011000 10101 1111010 1010100 101011

Color Harmonies of #12C919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C919

Black with #12C919

Text Example


Text Example

White with #12C919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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