Html Css Color HEX #D4F300 Electric Lime

📋 copy color: '#D4F300'

red 212 ◦ green 243 ◦ blue 0

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

Shades of Electric Lime #D4F300

Tints of Electric Lime #D4F300

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.41%

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

R = 46.59%
G = 53.41%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#D4F300 (or 0xD4F300) is known color: Electric Lime. HEX triplet: D4, F3 and 00. RGB value is (212,243,0). Sum of RGB (Red+Green+Blue) = 212+243+0=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F300 is #2B0CFF. Grayscale: #CECECE. Windows color (decimal): -2821376 or 62420. OLE color: 62420.

HSL color Cylindrical-coordinate representation of color #D4F300: hue angle of 67.65º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4F300 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 243 0 -
CMYK 0.13 0 1 0.05
HSL 67.65º 1% 0.48% -
HSV(B) 67.65º 1% 0.95% -
XYZ 59.2 78.1 11.95 -
YUV 206.03 11.73 132.26 -
System Red Green Blue C M Y K H S L
Decimal 212 243 0 0.13 0 1 0.05 67.65 1 0.48
Hex D4 F3 0 D 0 64 5 44 64 30
Octal 324 363 0 15 0 144 5 104 144 60
Binary 11010100 11110011 0 1101 0 1100100 101 1000100 1100100 110000

Color Harmonies of #D4F300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F300

Black with #D4F300

Text Example


Text Example

White with #D4F300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F300; }

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

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

background-color css

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

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

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

border-color css

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

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

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