Html Css Color HEX #D0F116 Electric Lime

📋 copy color: '#D0F116'

red 208 ◦ green 241 ◦ blue 22

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

Shades of Electric Lime #D0F116

Tints of Electric Lime #D0F116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.67%

R = 44.16%
G = 51.17%
B = 4.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#D0F116 (or 0xD0F116) is known color: Electric Lime. HEX triplet: D0, F1 and 16. RGB value is (208,241,22). Sum of RGB (Red+Green+Blue) = 208+241+22=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F116 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F116 is #2F0EE9. Grayscale: #CFCFCF. Windows color (decimal): -3084010 or 1503696. OLE color: 1503696.

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

Color convert

RGB 208 241 22 -
CMYK 0.14 0 0.91 0.05
HSL 69.04º 0.89% 0.52% -
HSV(B) 69.04º 0.91% 0.95% -
XYZ 57.61 76.38 12.47 -
YUV 206.17 24.07 129.31 -
System Red Green Blue C M Y K H S L
Decimal 208 241 22 0.14 0 0.91 0.05 69.04 0.89 0.52
Hex D0 F1 16 E 0 5B 5 45 59 34
Octal 320 361 26 16 0 133 5 105 131 64
Binary 11010000 11110001 10110 1110 0 1011011 101 1000101 1011001 110100

Color Harmonies of #D0F116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F116

Black with #D0F116

Text Example


Text Example

White with #D0F116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F116; }

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

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

background-color css

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

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

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

border-color css

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

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

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