Html Css Color HEX #D0F00A Electric Lime

📋 copy color: '#D0F00A'

red 208 ◦ green 240 ◦ blue 10

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

Shades of Electric Lime #D0F00A

Tints of Electric Lime #D0F00A

RGB

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

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

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

R = 45.41%
G = 52.4%
B = 2.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#D0F00A (or 0xD0F00A) is known color: Electric Lime. HEX triplet: D0, F0 and 0A. RGB value is (208,240,10). Sum of RGB (Red+Green+Blue) = 208+240+10=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F00A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F00A is #2F0FF5. Grayscale: #CDCDCD. Windows color (decimal): -3084278 or 717008. OLE color: 717008.

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

Color convert

RGB 208 240 10 -
CMYK 0.13 0 0.96 0.06
HSL 68.35º 0.92% 0.49% -
HSV(B) 68.35º 0.96% 0.94% -
XYZ 57.23 75.75 11.89 -
YUV 204.21 18.4 130.7 -
System Red Green Blue C M Y K H S L
Decimal 208 240 10 0.13 0 0.96 0.06 68.35 0.92 0.49
Hex D0 F0 A D 0 60 6 44 5C 31
Octal 320 360 12 15 0 140 6 104 134 61
Binary 11010000 11110000 1010 1101 0 1100000 110 1000100 1011100 110001

Color Harmonies of #D0F00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F00A

Black with #D0F00A

Text Example


Text Example

White with #D0F00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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