Html Css Color HEX #D0EA03 Electric Lime

📋 copy color: '#D0EA03'

red 208 ◦ green 234 ◦ blue 3

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

Shades of Electric Lime #D0EA03

Tints of Electric Lime #D0EA03

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.58%

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 46.74%
G = 52.58%
B = 0.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#D0EA03 (or 0xD0EA03) is known color: Electric Lime. HEX triplet: D0, EA and 03. RGB value is (208,234,3). Sum of RGB (Red+Green+Blue) = 208+234+3=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 3 (1.56% from 255 or 0.67% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EA03 is #2F15FC. Grayscale: #C8C8C8. Windows color (decimal): -3085821 or 256720. OLE color: 256720.

HSL color Cylindrical-coordinate representation of color #D0EA03: hue angle of 66.75º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0EA03 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 234 3 -
CMYK 0.11 0 0.99 0.08
HSL 66.75º 0.97% 0.46% -
HSV(B) 66.75º 0.99% 0.92% -
XYZ 55.45 72.26 11.11 -
YUV 199.89 16.89 133.78 -
System Red Green Blue C M Y K H S L
Decimal 208 234 3 0.11 0 0.99 0.08 66.75 0.97 0.46
Hex D0 EA 3 B 0 63 8 43 61 2E
Octal 320 352 3 13 0 143 10 103 141 56
Binary 11010000 11101010 11 1011 0 1100011 1000 1000011 1100001 101110

Color Harmonies of #D0EA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EA03

Black with #D0EA03

Text Example


Text Example

White with #D0EA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EA03; }

 p { color: rgb(208,234,3); }

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

background-color css

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

 a { background-color: rgb(208,234,3); }

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

border-color css

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

 span { border-color: rgb(208,234,3); }

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