Html Css Color HEX #12F900 Lime

📋 copy color: '#12F900'

red 18 ◦ green 249 ◦ blue 0

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

Shades of Lime #12F900

Tints of Lime #12F900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 93.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.74%
G = 93.26%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#12F900 (or 0x12F900) is known color: Lime. HEX triplet: 12, F9 and 00. RGB value is (18,249,0). Sum of RGB (Red+Green+Blue) = 18+249+0=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 249 (97.66% from 255 or 93.26% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 249 - color contains mainly: green. Hex color #12F900 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F900 is #ED06FF. Grayscale: #989898. Windows color (decimal): -15533824 or 63762. OLE color: 63762.

HSL color Cylindrical-coordinate representation of color #12F900: hue angle of 115.66º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12F900 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 249 0 -
CMYK 0.93 0 1 0.02
HSL 115.66º 1% 0.49% -
HSV(B) 115.66º 1% 0.98% -
XYZ 34.13 67.88 11.3 -
YUV 151.55 42.47 32.75 -
System Red Green Blue C M Y K H S L
Decimal 18 249 0 0.93 0 1 0.02 115.66 1 0.49
Hex 12 F9 0 5D 0 64 2 74 64 31
Octal 22 371 0 135 0 144 2 164 144 61
Binary 10010 11111001 0 1011101 0 1100100 10 1110100 1100100 110001

Color Harmonies of #12F900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F900

Black with #12F900

Text Example


Text Example

White with #12F900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,249,0); }

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

background-color css

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

 a { background-color: rgb(18,249,0); }

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

border-color css

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

 span { border-color: rgb(18,249,0); }

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