Html Css Color HEX #D4F311 Electric Lime

📋 copy color: '#D4F311'

red 212 ◦ green 243 ◦ blue 17

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

Shades of Electric Lime #D4F311

Tints of Electric Lime #D4F311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.6%

R = 44.92%
G = 51.48%
B = 3.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#D4F311 (or 0xD4F311) is known color: Electric Lime. HEX triplet: D4, F3 and 11. RGB value is (212,243,17). Sum of RGB (Red+Green+Blue) = 212+243+17=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 17 (7.03% from 255 or 3.60% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F311 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F311 is #2B0CEE. Grayscale: #D0D0D0. Windows color (decimal): -2821359 or 1176532. OLE color: 1176532.

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

Color convert

RGB 212 243 17 -
CMYK 0.13 0 0.93 0.05
HSL 68.23º 0.9% 0.51% -
HSV(B) 68.23º 0.93% 0.95% -
XYZ 59.3 78.14 12.49 -
YUV 207.97 20.23 130.88 -
System Red Green Blue C M Y K H S L
Decimal 212 243 17 0.13 0 0.93 0.05 68.23 0.9 0.51
Hex D4 F3 11 D 0 5D 5 44 5A 33
Octal 324 363 21 15 0 135 5 104 132 63
Binary 11010100 11110011 10001 1101 0 1011101 101 1000100 1011010 110011

Color Harmonies of #D4F311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F311

Black with #D4F311

Text Example


Text Example

White with #D4F311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F311; }

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

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

background-color css

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

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

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

border-color css

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

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

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