Html Css Color HEX #D0FE0B Electric Lime

📋 copy color: '#D0FE0B'

red 208 ◦ green 254 ◦ blue 11

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

Shades of Electric Lime #D0FE0B

Tints of Electric Lime #D0FE0B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.7%

 BLUE value IS 11 (4.69% from 255) = 2.33%

R = 43.97%
G = 53.7%
B = 2.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#D0FE0B (or 0xD0FE0B) is known color: Electric Lime. HEX triplet: D0, FE and 0B. RGB value is (208,254,11). Sum of RGB (Red+Green+Blue) = 208+254+11=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 11 (4.69% from 255 or 2.33% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FE0B is #2F01F4. Grayscale: #D5D5D5. Windows color (decimal): -3080693 or 786128. OLE color: 786128.

HSL color Cylindrical-coordinate representation of color #D0FE0B: hue angle of 71.36º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0FE0B is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 254 11 -
CMYK 0.18 0 0.96 0.00
HSL 71.36º 0.99% 0.52% -
HSV(B) 71.36º 0.96% 1% -
XYZ 61.51 84.32 13.35 -
YUV 212.54 14.26 124.76 -
System Red Green Blue C M Y K H S L
Decimal 208 254 11 0.18 0 0.96 0.00 71.36 0.99 0.52
Hex D0 FE B 12 0 60 0 47 63 34
Octal 320 376 13 22 0 140 0 107 143 64
Binary 11010000 11111110 1011 10010 0 1100000 0 1000111 1100011 110100

Color Harmonies of #D0FE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FE0B

Black with #D0FE0B

Text Example


Text Example

White with #D0FE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FE0B; }

 p { color: rgb(208,254,11); }

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

background-color css

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

 a { background-color: rgb(208,254,11); }

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

border-color css

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

 span { border-color: rgb(208,254,11); }

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