Html Css Color HEX #D0FE0A Electric Lime

📋 copy color: '#D0FE0A'

red 208 ◦ green 254 ◦ blue 10

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

Shades of Electric Lime #D0FE0A

Tints of Electric Lime #D0FE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.12%

R = 44.07%
G = 53.81%
B = 2.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#D0FE0A (or 0xD0FE0A) is known color: Electric Lime. HEX triplet: D0, FE and 0A. RGB value is (208,254,10). Sum of RGB (Red+Green+Blue) = 208+254+10=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FE0A is #2F01F5. Grayscale: #D5D5D5. Windows color (decimal): -3080694 or 720592. OLE color: 720592.

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

Color convert

RGB 208 254 10 -
CMYK 0.18 0 0.96 0.00
HSL 71.31º 0.99% 0.52% -
HSV(B) 71.31º 0.96% 1% -
XYZ 61.51 84.32 13.32 -
YUV 212.43 13.76 124.84 -
System Red Green Blue C M Y K H S L
Decimal 208 254 10 0.18 0 0.96 0.00 71.31 0.99 0.52
Hex D0 FE A 12 0 60 0 47 63 34
Octal 320 376 12 22 0 140 0 107 143 64
Binary 11010000 11111110 1010 10010 0 1100000 0 1000111 1100011 110100

Color Harmonies of #D0FE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FE0A

Black with #D0FE0A

Text Example


Text Example

White with #D0FE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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