Html Css Color HEX #D4F800 Electric Lime

📋 copy color: '#D4F800'

red 212 ◦ green 248 ◦ blue 0

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

Shades of Electric Lime #D4F800

Tints of Electric Lime #D4F800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.09%
G = 53.91%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#D4F800 (or 0xD4F800) is known color: Electric Lime. HEX triplet: D4, F8 and 00. RGB value is (212,248,0). Sum of RGB (Red+Green+Blue) = 212+248+0=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 248 (97.27% from 255 or 53.91% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F800 is #2B07FF. Grayscale: #D1D1D1. Windows color (decimal): -2820096 or 63700. OLE color: 63700.

HSL color Cylindrical-coordinate representation of color #D4F800: hue angle of 68.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4F800 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 248 0 -
CMYK 0.15 0 1 0.03
HSL 68.71º 1% 0.49% -
HSV(B) 68.71º 1% 0.97% -
XYZ 60.72 81.13 12.46 -
YUV 208.96 10.07 130.17 -
System Red Green Blue C M Y K H S L
Decimal 212 248 0 0.15 0 1 0.03 68.71 1 0.49
Hex D4 F8 0 F 0 64 3 45 64 31
Octal 324 370 0 17 0 144 3 105 144 61
Binary 11010100 11111000 0 1111 0 1100100 11 1000101 1100100 110001

Color Harmonies of #D4F800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F800

Black with #D4F800

Text Example


Text Example

White with #D4F800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F800; }

 p { color: rgb(212,248,0); }

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

background-color css

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

 a { background-color: rgb(212,248,0); }

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

border-color css

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

 span { border-color: rgb(212,248,0); }

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