Html Css Color HEX #12CF19 Lime Green

📋 copy color: '#12CF19'

red 18 ◦ green 207 ◦ blue 25

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

Shades of Lime Green #12CF19

Tints of Lime Green #12CF19

RGB

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

 GREEN value IS 207 (81.25% from 255) = 82.8%

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

R = 7.2%
G = 82.8%
B = 10%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#12CF19 (or 0x12CF19) is known color: Lime Green. HEX triplet: 12, CF and 19. RGB value is (18,207,25). Sum of RGB (Red+Green+Blue) = 18+207+25=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 207 (81.25% from 255 or 82.8% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CF19 is #ED30E6. Grayscale: #828282. Windows color (decimal): -15544551 or 1691410. OLE color: 1691410.

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

Color convert

RGB 18 207 25 -
CMYK 0.91 0 0.88 0.19
HSL 122.22º 0.84% 0.44% -
HSV(B) 122.22º 0.91% 0.81% -
XYZ 22.74 44.82 8.37 -
YUV 129.74 68.88 48.3 -
System Red Green Blue C M Y K H S L
Decimal 18 207 25 0.91 0 0.88 0.19 122.22 0.84 0.44
Hex 12 CF 19 5B 0 58 13 7A 54 2C
Octal 22 317 31 133 0 130 23 172 124 54
Binary 10010 11001111 11001 1011011 0 1011000 10011 1111010 1010100 101100

Color Harmonies of #12CF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CF19

Black with #12CF19

Text Example


Text Example

White with #12CF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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