Html Css Color HEX #D0F005 Electric Lime

📋 copy color: '#D0F005'

red 208 ◦ green 240 ◦ blue 5

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

Shades of Electric Lime #D0F005

Tints of Electric Lime #D0F005

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.98%

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 45.92%
G = 52.98%
B = 1.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#D0F005 (or 0xD0F005) is known color: Electric Lime. HEX triplet: D0, F0 and 05. RGB value is (208,240,5). Sum of RGB (Red+Green+Blue) = 208+240+5=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 240 (94.14% from 255 or 52.98% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F005 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F005 is #2F0FFA. Grayscale: #CCCCCC. Windows color (decimal): -3084283 or 389328. OLE color: 389328.

HSL color Cylindrical-coordinate representation of color #D0F005: hue angle of 68.17º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0F005 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 240 5 -
CMYK 0.13 0 0.98 0.06
HSL 68.17º 0.96% 0.48% -
HSV(B) 68.17º 0.98% 0.94% -
XYZ 57.2 75.74 11.75 -
YUV 203.64 15.9 131.11 -
System Red Green Blue C M Y K H S L
Decimal 208 240 5 0.13 0 0.98 0.06 68.17 0.96 0.48
Hex D0 F0 5 D 0 62 6 44 60 30
Octal 320 360 5 15 0 142 6 104 140 60
Binary 11010000 11110000 101 1101 0 1100010 110 1000100 1100000 110000

Color Harmonies of #D0F005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F005

Black with #D0F005

Text Example


Text Example

White with #D0F005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F005; }

 p { color: rgb(208,240,5); }

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

background-color css

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

 a { background-color: rgb(208,240,5); }

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

border-color css

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

 span { border-color: rgb(208,240,5); }

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