Html Css Color HEX #D0FB0A Electric Lime

📋 copy color: '#D0FB0A'

red 208 ◦ green 251 ◦ blue 10

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

Shades of Electric Lime #D0FB0A

Tints of Electric Lime #D0FB0A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.52%

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

R = 44.35%
G = 53.52%
B = 2.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#D0FB0A (or 0xD0FB0A) is known color: Electric Lime. HEX triplet: D0, FB and 0A. RGB value is (208,251,10). Sum of RGB (Red+Green+Blue) = 208+251+10=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 251 (98.44% from 255 or 53.52% from 469); Blue value is 10 (4.30% from 255 or 2.13% from 469); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FB0A is #2F04F5. Grayscale: #D3D3D3. Windows color (decimal): -3081462 or 719824. OLE color: 719824.

HSL color Cylindrical-coordinate representation of color #D0FB0A: hue angle of 70.71º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0FB0A is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 251 10 -
CMYK 0.17 0 0.96 0.02
HSL 70.71º 0.97% 0.51% -
HSV(B) 70.71º 0.96% 0.98% -
XYZ 60.56 82.43 13 -
YUV 210.67 14.75 126.1 -
System Red Green Blue C M Y K H S L
Decimal 208 251 10 0.17 0 0.96 0.02 70.71 0.97 0.51
Hex D0 FB A 11 0 60 2 47 61 33
Octal 320 373 12 21 0 140 2 107 141 63
Binary 11010000 11111011 1010 10001 0 1100000 10 1000111 1100001 110011

Color Harmonies of #D0FB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FB0A

Black with #D0FB0A

Text Example


Text Example

White with #D0FB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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