Html Css Color HEX #D0F112 Electric Lime

📋 copy color: '#D0F112'

red 208 ◦ green 241 ◦ blue 18

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

Shades of Electric Lime #D0F112

Tints of Electric Lime #D0F112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.85%

R = 44.54%
G = 51.61%
B = 3.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#D0F112 (or 0xD0F112) is known color: Electric Lime. HEX triplet: D0, F1 and 12. RGB value is (208,241,18). Sum of RGB (Red+Green+Blue) = 208+241+18=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F112 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F112 is #2F0EED. Grayscale: #CECECE. Windows color (decimal): -3084014 or 1241552. OLE color: 1241552.

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

Color convert

RGB 208 241 18 -
CMYK 0.14 0 0.93 0.05
HSL 68.88º 0.89% 0.51% -
HSV(B) 68.88º 0.93% 0.95% -
XYZ 57.58 76.36 12.28 -
YUV 205.71 22.07 129.63 -
System Red Green Blue C M Y K H S L
Decimal 208 241 18 0.14 0 0.93 0.05 68.88 0.89 0.51
Hex D0 F1 12 E 0 5D 5 45 59 33
Octal 320 361 22 16 0 135 5 105 131 63
Binary 11010000 11110001 10010 1110 0 1011101 101 1000101 1011001 110011

Color Harmonies of #D0F112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F112

Black with #D0F112

Text Example


Text Example

White with #D0F112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F112; }

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

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

background-color css

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

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

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

border-color css

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

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

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