Html Css Color HEX #D0F815 Electric Lime

📋 copy color: '#D0F815'

red 208 ◦ green 248 ◦ blue 21

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

Shades of Electric Lime #D0F815

Tints of Electric Lime #D0F815

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.99%

 BLUE value IS 21 (8.59% from 255) = 4.4%

R = 43.61%
G = 51.99%
B = 4.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#D0F815 (or 0xD0F815) is known color: Electric Lime. HEX triplet: D0, F8 and 15. RGB value is (208,248,21). Sum of RGB (Red+Green+Blue) = 208+248+21=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 248 (97.27% from 255 or 51.99% from 477); Blue value is 21 (8.59% from 255 or 4.40% from 477); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F815 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F815 is #2F07EA. Grayscale: #D3D3D3. Windows color (decimal): -3082219 or 1439952. OLE color: 1439952.

HSL color Cylindrical-coordinate representation of color #D0F815: hue angle of 70.57º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0F815 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 248 21 -
CMYK 0.16 0 0.92 0.03
HSL 70.57º 0.94% 0.53% -
HSV(B) 70.57º 0.92% 0.97% -
XYZ 59.72 80.6 13.12 -
YUV 210.16 21.25 126.46 -
System Red Green Blue C M Y K H S L
Decimal 208 248 21 0.16 0 0.92 0.03 70.57 0.94 0.53
Hex D0 F8 15 10 0 5C 3 47 5E 35
Octal 320 370 25 20 0 134 3 107 136 65
Binary 11010000 11111000 10101 10000 0 1011100 11 1000111 1011110 110101

Color Harmonies of #D0F815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F815

Black with #D0F815

Text Example


Text Example

White with #D0F815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F815; }

 p { color: rgb(208,248,21); }

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

background-color css

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

 a { background-color: rgb(208,248,21); }

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

border-color css

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

 span { border-color: rgb(208,248,21); }

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