Html Css Color HEX #D0FE12 Electric Lime

📋 copy color: '#D0FE12'

red 208 ◦ green 254 ◦ blue 18

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

Shades of Electric Lime #D0FE12

Tints of Electric Lime #D0FE12

RGB

 RED value IS 208 (81.64% from 255) = 43.33%

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

 BLUE value IS 18 (7.42% from 255) = 3.75%

R = 43.33%
G = 52.92%
B = 3.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#D0FE12 (or 0xD0FE12) is known color: Electric Lime. HEX triplet: D0, FE and 12. RGB value is (208,254,18). Sum of RGB (Red+Green+Blue) = 208+254+18=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 254 (99.61% from 255 or 52.92% from 480); Blue value is 18 (7.42% from 255 or 3.75% from 480); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FE12 is #2F01ED. Grayscale: #D6D6D6. Windows color (decimal): -3080686 or 1244880. OLE color: 1244880.

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

Color convert

RGB 208 254 18 -
CMYK 0.18 0 0.93 0.00
HSL 71.69º 0.99% 0.53% -
HSV(B) 71.69º 0.93% 1% -
XYZ 61.56 84.34 13.61 -
YUV 213.34 17.76 124.19 -
System Red Green Blue C M Y K H S L
Decimal 208 254 18 0.18 0 0.93 0.00 71.69 0.99 0.53
Hex D0 FE 12 12 0 5D 0 48 63 35
Octal 320 376 22 22 0 135 0 110 143 65
Binary 11010000 11111110 10010 10010 0 1011101 0 1001000 1100011 110101

Color Harmonies of #D0FE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FE12

Black with #D0FE12

Text Example


Text Example

White with #D0FE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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