Html Css Color HEX #D0F81A Electric Lime

📋 copy color: '#D0F81A'

red 208 ◦ green 248 ◦ blue 26

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

Shades of Electric Lime #D0F81A

Tints of Electric Lime #D0F81A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.45%

 BLUE value IS 26 (10.55% from 255) = 5.39%

R = 43.15%
G = 51.45%
B = 5.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#D0F81A (or 0xD0F81A) is known color: Electric Lime. HEX triplet: D0, F8 and 1A. RGB value is (208,248,26). Sum of RGB (Red+Green+Blue) = 208+248+26=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 26 (10.55% from 255 or 5.39% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F81A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F81A is #2F07E5. Grayscale: #D3D3D3. Windows color (decimal): -3082214 or 1767632. OLE color: 1767632.

HSL color Cylindrical-coordinate representation of color #D0F81A: hue angle of 70.81º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0F81A is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 248 26 -
CMYK 0.16 0 0.90 0.03
HSL 70.81º 0.94% 0.54% -
HSV(B) 70.81º 0.9% 0.97% -
XYZ 59.77 80.62 13.39 -
YUV 210.73 23.75 126.05 -
System Red Green Blue C M Y K H S L
Decimal 208 248 26 0.16 0 0.90 0.03 70.81 0.94 0.54
Hex D0 F8 1A 10 0 5A 3 47 5E 36
Octal 320 370 32 20 0 132 3 107 136 66
Binary 11010000 11111000 11010 10000 0 1011010 11 1000111 1011110 110110

Color Harmonies of #D0F81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F81A

Black with #D0F81A

Text Example


Text Example

White with #D0F81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F81A; }

 p { color: rgb(208,248,26); }

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

background-color css

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

 a { background-color: rgb(208,248,26); }

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

border-color css

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

 span { border-color: rgb(208,248,26); }

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