Html Css Color HEX #D0FE07 Electric Lime

📋 copy color: '#D0FE07'

red 208 ◦ green 254 ◦ blue 7

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

Shades of Electric Lime #D0FE07

Tints of Electric Lime #D0FE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.49%

R = 44.35%
G = 54.16%
B = 1.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#D0FE07 (or 0xD0FE07) is known color: Electric Lime. HEX triplet: D0, FE and 07. RGB value is (208,254,7). Sum of RGB (Red+Green+Blue) = 208+254+7=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 7 (3.12% from 255 or 1.49% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FE07 is #2F01F8. Grayscale: #D5D5D5. Windows color (decimal): -3080697 or 523984. OLE color: 523984.

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

Color convert

RGB 208 254 7 -
CMYK 0.18 0 0.97 0.00
HSL 71.17º 0.99% 0.51% -
HSV(B) 71.17º 0.97% 1% -
XYZ 61.49 84.31 13.23 -
YUV 212.09 12.26 125.08 -
System Red Green Blue C M Y K H S L
Decimal 208 254 7 0.18 0 0.97 0.00 71.17 0.99 0.51
Hex D0 FE 7 12 0 61 0 47 63 33
Octal 320 376 7 22 0 141 0 107 143 63
Binary 11010000 11111110 111 10010 0 1100001 0 1000111 1100011 110011

Color Harmonies of #D0FE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FE07

Black with #D0FE07

Text Example


Text Example

White with #D0FE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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