Html Css Color HEX #D0FB10 Electric Lime

📋 copy color: '#D0FB10'

red 208 ◦ green 251 ◦ blue 16

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

Shades of Electric Lime #D0FB10

Tints of Electric Lime #D0FB10

RGB

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

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

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

R = 43.79%
G = 52.84%
B = 3.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#D0FB10 (or 0xD0FB10) is known color: Electric Lime. HEX triplet: D0, FB and 10. RGB value is (208,251,16). Sum of RGB (Red+Green+Blue) = 208+251+16=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 251 (98.44% from 255 or 52.84% from 475); Blue value is 16 (6.64% from 255 or 3.37% from 475); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FB10 is #2F04EF. Grayscale: #D4D4D4. Windows color (decimal): -3081456 or 1113040. OLE color: 1113040.

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

Color convert

RGB 208 251 16 -
CMYK 0.17 0 0.94 0.02
HSL 70.98º 0.97% 0.52% -
HSV(B) 70.98º 0.94% 0.98% -
XYZ 60.6 82.44 13.21 -
YUV 211.35 17.75 125.61 -
System Red Green Blue C M Y K H S L
Decimal 208 251 16 0.17 0 0.94 0.02 70.98 0.97 0.52
Hex D0 FB 10 11 0 5E 2 47 61 34
Octal 320 373 20 21 0 136 2 107 141 64
Binary 11010000 11111011 10000 10001 0 1011110 10 1000111 1100001 110100

Color Harmonies of #D0FB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FB10

Black with #D0FB10

Text Example


Text Example

White with #D0FB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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