Html Css Color HEX #D0F114 Electric Lime

📋 copy color: '#D0F114'

red 208 ◦ green 241 ◦ blue 20

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

Shades of Electric Lime #D0F114

Tints of Electric Lime #D0F114

RGB

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

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

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

R = 44.35%
G = 51.39%
B = 4.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#D0F114 (or 0xD0F114) is known color: Electric Lime. HEX triplet: D0, F1 and 14. RGB value is (208,241,20). Sum of RGB (Red+Green+Blue) = 208+241+20=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F114 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F114 is #2F0EEB. Grayscale: #CECECE. Windows color (decimal): -3084012 or 1372624. OLE color: 1372624.

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

Color convert

RGB 208 241 20 -
CMYK 0.14 0 0.92 0.05
HSL 68.96º 0.89% 0.51% -
HSV(B) 68.96º 0.92% 0.95% -
XYZ 57.59 76.37 12.37 -
YUV 205.94 23.07 129.47 -
System Red Green Blue C M Y K H S L
Decimal 208 241 20 0.14 0 0.92 0.05 68.96 0.89 0.51
Hex D0 F1 14 E 0 5C 5 45 59 33
Octal 320 361 24 16 0 134 5 105 131 63
Binary 11010000 11110001 10100 1110 0 1011100 101 1000101 1011001 110011

Color Harmonies of #D0F114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F114

Black with #D0F114

Text Example


Text Example

White with #D0F114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F114; }

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

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

background-color css

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

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

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

border-color css

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

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

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