Html Css Color HEX #D0FA0A Electric Lime

📋 copy color: '#D0FA0A'

red 208 ◦ green 250 ◦ blue 10

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

Shades of Electric Lime #D0FA0A

Tints of Electric Lime #D0FA0A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.42%

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

R = 44.44%
G = 53.42%
B = 2.14%

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

#D0FA0A (or 0xD0FA0A) is known color: Electric Lime. HEX triplet: D0, FA and 0A. RGB value is (208,250,10). Sum of RGB (Red+Green+Blue) = 208+250+10=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 10 (4.30% from 255 or 2.14% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FA0A is #2F05F5. Grayscale: #D3D3D3. Windows color (decimal): -3081718 or 719568. OLE color: 719568.

HSL color Cylindrical-coordinate representation of color #D0FA0A: hue angle of 70.5º degrees, saturation: 0.96, 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 #D0FA0A is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 250 10 -
CMYK 0.17 0 0.96 0.02
HSL 70.5º 0.96% 0.51% -
HSV(B) 70.5º 0.96% 0.98% -
XYZ 60.25 81.8 12.9 -
YUV 210.08 15.09 126.51 -
System Red Green Blue C M Y K H S L
Decimal 208 250 10 0.17 0 0.96 0.02 70.5 0.96 0.51
Hex D0 FA A 11 0 60 2 46 60 33
Octal 320 372 12 21 0 140 2 106 140 63
Binary 11010000 11111010 1010 10001 0 1100000 10 1000110 1100000 110011

Color Harmonies of #D0FA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA0A

Black with #D0FA0A

Text Example


Text Example

White with #D0FA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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