Html Css Color HEX #D0F210 Electric Lime

📋 copy color: '#D0F210'

red 208 ◦ green 242 ◦ blue 16

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

Shades of Electric Lime #D0F210

Tints of Electric Lime #D0F210

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.93%

 BLUE value IS 16 (6.64% from 255) = 3.43%

R = 44.64%
G = 51.93%
B = 3.43%

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

#D0F210 (or 0xD0F210) is known color: Electric Lime. HEX triplet: D0, F2 and 10. RGB value is (208,242,16). Sum of RGB (Red+Green+Blue) = 208+242+16=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 16 (6.64% from 255 or 3.43% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F210 is #2F0DEF. Grayscale: #CECECE. Windows color (decimal): -3083760 or 1110736. OLE color: 1110736.

HSL color Cylindrical-coordinate representation of color #D0F210: hue angle of 69.03º degrees, saturation: 0.9, 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 #D0F210 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 242 16 -
CMYK 0.14 0 0.93 0.05
HSL 69.03º 0.9% 0.51% -
HSV(B) 69.03º 0.93% 0.95% -
XYZ 57.86 76.95 12.29 -
YUV 206.07 20.74 129.38 -
System Red Green Blue C M Y K H S L
Decimal 208 242 16 0.14 0 0.93 0.05 69.03 0.9 0.51
Hex D0 F2 10 E 0 5D 5 45 5A 33
Octal 320 362 20 16 0 135 5 105 132 63
Binary 11010000 11110010 10000 1110 0 1011101 101 1000101 1011010 110011

Color Harmonies of #D0F210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F210

Black with #D0F210

Text Example


Text Example

White with #D0F210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F210; }

 p { color: rgb(208,242,16); }

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

background-color css

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

 a { background-color: rgb(208,242,16); }

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

border-color css

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

 span { border-color: rgb(208,242,16); }

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