Html Css Color HEX #D0F714 Electric Lime

📋 copy color: '#D0F714'

red 208 ◦ green 247 ◦ blue 20

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

Shades of Electric Lime #D0F714

Tints of Electric Lime #D0F714

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52%

 BLUE value IS 20 (8.2% from 255) = 4.21%

R = 43.79%
G = 52%
B = 4.21%

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

#D0F714 (or 0xD0F714) is known color: Electric Lime. HEX triplet: D0, F7 and 14. RGB value is (208,247,20). Sum of RGB (Red+Green+Blue) = 208+247+20=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 247 (96.88% from 255 or 52% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F714 is #2F08EB. Grayscale: #D2D2D2. Windows color (decimal): -3082476 or 1374160. OLE color: 1374160.

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

Color convert

RGB 208 247 20 -
CMYK 0.16 0 0.92 0.03
HSL 70.31º 0.93% 0.52% -
HSV(B) 70.31º 0.92% 0.97% -
XYZ 59.4 79.98 12.97 -
YUV 209.46 21.08 126.96 -
System Red Green Blue C M Y K H S L
Decimal 208 247 20 0.16 0 0.92 0.03 70.31 0.93 0.52
Hex D0 F7 14 10 0 5C 3 46 5D 34
Octal 320 367 24 20 0 134 3 106 135 64
Binary 11010000 11110111 10100 10000 0 1011100 11 1000110 1011101 110100

Color Harmonies of #D0F714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F714

Black with #D0F714

Text Example


Text Example

White with #D0F714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F714; }

 p { color: rgb(208,247,20); }

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

background-color css

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

 a { background-color: rgb(208,247,20); }

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

border-color css

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

 span { border-color: rgb(208,247,20); }

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