Html Css Color HEX #D0F110 Electric Lime

📋 copy color: '#D0F110'

red 208 ◦ green 241 ◦ blue 16

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

Shades of Electric Lime #D0F110

Tints of Electric Lime #D0F110

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.83%

 BLUE value IS 16 (6.64% from 255) = 3.44%

R = 44.73%
G = 51.83%
B = 3.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#D0F110 (or 0xD0F110) is known color: Electric Lime. HEX triplet: D0, F1 and 10. RGB value is (208,241,16). Sum of RGB (Red+Green+Blue) = 208+241+16=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F110 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F110 is #2F0EEF. Grayscale: #CECECE. Windows color (decimal): -3084016 or 1110480. OLE color: 1110480.

HSL color Cylindrical-coordinate representation of color #D0F110: hue angle of 68.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0F110 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 241 16 -
CMYK 0.14 0 0.93 0.05
HSL 68.8º 0.89% 0.5% -
HSV(B) 68.8º 0.93% 0.95% -
XYZ 57.56 76.36 12.19 -
YUV 205.48 21.07 129.8 -
System Red Green Blue C M Y K H S L
Decimal 208 241 16 0.14 0 0.93 0.05 68.8 0.89 0.5
Hex D0 F1 10 E 0 5D 5 45 59 32
Octal 320 361 20 16 0 135 5 105 131 62
Binary 11010000 11110001 10000 1110 0 1011101 101 1000101 1011001 110010

Color Harmonies of #D0F110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F110

Black with #D0F110

Text Example


Text Example

White with #D0F110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F110; }

 p { color: rgb(208,241,16); }

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

background-color css

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

 a { background-color: rgb(208,241,16); }

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

border-color css

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

 span { border-color: rgb(208,241,16); }

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