Html Css Color HEX #12FE03 Lime

📋 copy color: '#12FE03'

red 18 ◦ green 254 ◦ blue 3

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

Shades of Lime #12FE03

Tints of Lime #12FE03

RGB

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

 GREEN value IS 254 (99.61% from 255) = 92.36%

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 6.55%
G = 92.36%
B = 1.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#12FE03 (or 0x12FE03) is known color: Lime. HEX triplet: 12, FE and 03. RGB value is (18,254,3). Sum of RGB (Red+Green+Blue) = 18+254+3=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 254 (99.61% from 255 or 92.36% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12FE03 is #ED01FC. Grayscale: #9B9B9B. Windows color (decimal): -15532541 or 261650. OLE color: 261650.

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

Color convert

RGB 18 254 3 -
CMYK 0.93 0 0.99 0.00
HSL 116.41º 0.99% 0.5% -
HSV(B) 116.41º 0.99% 1% -
XYZ 35.71 71.02 11.91 -
YUV 154.82 42.31 30.41 -
System Red Green Blue C M Y K H S L
Decimal 18 254 3 0.93 0 0.99 0.00 116.41 0.99 0.5
Hex 12 FE 3 5D 0 63 0 74 63 32
Octal 22 376 3 135 0 143 0 164 143 62
Binary 10010 11111110 11 1011101 0 1100011 0 1110100 1100011 110010

Color Harmonies of #12FE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FE03

Black with #12FE03

Text Example


Text Example

White with #12FE03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,254,3); }

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

background-color css

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

 a { background-color: rgb(18,254,3); }

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

border-color css

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

 span { border-color: rgb(18,254,3); }

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