Html Css Color HEX #D0EA12 Electric Lime

📋 copy color: '#D0EA12'

red 208 ◦ green 234 ◦ blue 18

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

Shades of Electric Lime #D0EA12

Tints of Electric Lime #D0EA12

RGB

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

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

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

R = 45.22%
G = 50.87%
B = 3.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#D0EA12 (or 0xD0EA12) is known color: Electric Lime. HEX triplet: D0, EA and 12. RGB value is (208,234,18). Sum of RGB (Red+Green+Blue) = 208+234+18=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EA12 is #2F15ED. Grayscale: #CACACA. Windows color (decimal): -3085806 or 1239760. OLE color: 1239760.

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

Color convert

RGB 208 234 18 -
CMYK 0.11 0 0.92 0.08
HSL 67.22º 0.86% 0.49% -
HSV(B) 67.22º 0.92% 0.92% -
XYZ 55.54 72.3 11.6 -
YUV 201.6 24.39 132.56 -
System Red Green Blue C M Y K H S L
Decimal 208 234 18 0.11 0 0.92 0.08 67.22 0.86 0.49
Hex D0 EA 12 B 0 5C 8 43 56 31
Octal 320 352 22 13 0 134 10 103 126 61
Binary 11010000 11101010 10010 1011 0 1011100 1000 1000011 1010110 110001

Color Harmonies of #D0EA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EA12

Black with #D0EA12

Text Example


Text Example

White with #D0EA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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