Html Css Color HEX #D4F508 Electric Lime

📋 copy color: '#D4F508'

red 212 ◦ green 245 ◦ blue 8

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

Shades of Electric Lime #D4F508

Tints of Electric Lime #D4F508

RGB

 RED value IS 212 (83.2% from 255) = 45.59%

 GREEN value IS 245 (96.09% from 255) = 52.69%

 BLUE value IS 8 (3.52% from 255) = 1.72%

R = 45.59%
G = 52.69%
B = 1.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#D4F508 (or 0xD4F508) is known color: Electric Lime. HEX triplet: D4, F5 and 08. RGB value is (212,245,8). Sum of RGB (Red+Green+Blue) = 212+245+8=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 8 (3.52% from 255 or 1.72% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #D4F508 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F508 is #2B0AF7. Grayscale: #D1D1D1. Windows color (decimal): -2820856 or 587220. OLE color: 587220.

HSL color Cylindrical-coordinate representation of color #D4F508: hue angle of 68.35º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4F508 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 245 8 -
CMYK 0.13 0 0.97 0.04
HSL 68.35º 0.94% 0.5% -
HSV(B) 68.35º 0.97% 0.96% -
XYZ 59.85 79.32 12.39 -
YUV 208.12 15.07 130.77 -
System Red Green Blue C M Y K H S L
Decimal 212 245 8 0.13 0 0.97 0.04 68.35 0.94 0.5
Hex D4 F5 8 D 0 61 4 44 5E 32
Octal 324 365 10 15 0 141 4 104 136 62
Binary 11010100 11110101 1000 1101 0 1100001 100 1000100 1011110 110010

Color Harmonies of #D4F508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F508

Black with #D4F508

Text Example


Text Example

White with #D4F508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F508; }

 p { color: rgb(212,245,8); }

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

background-color css

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

 a { background-color: rgb(212,245,8); }

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

border-color css

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

 span { border-color: rgb(212,245,8); }

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