Html Css Color HEX #D4F610 Electric Lime

📋 copy color: '#D4F610'

red 212 ◦ green 246 ◦ blue 16

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

Shades of Electric Lime #D4F610

Tints of Electric Lime #D4F610

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.9%

 BLUE value IS 16 (6.64% from 255) = 3.38%

R = 44.73%
G = 51.9%
B = 3.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#D4F610 (or 0xD4F610) is known color: Electric Lime. HEX triplet: D4, F6 and 10. RGB value is (212,246,16). Sum of RGB (Red+Green+Blue) = 212+246+16=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 246 (96.48% from 255 or 51.90% from 474); Blue value is 16 (6.64% from 255 or 3.38% from 474); Max value from RGB is 246 - color contains mainly: green. Hex color #D4F610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F610 is #2B09EF. Grayscale: #D2D2D2. Windows color (decimal): -2820592 or 1111764. OLE color: 1111764.

HSL color Cylindrical-coordinate representation of color #D4F610: hue angle of 68.87º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4F610 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 246 16 -
CMYK 0.14 0 0.93 0.04
HSL 68.87º 0.93% 0.51% -
HSV(B) 68.87º 0.93% 0.96% -
XYZ 60.2 79.95 12.75 -
YUV 209.61 18.74 129.7 -
System Red Green Blue C M Y K H S L
Decimal 212 246 16 0.14 0 0.93 0.04 68.87 0.93 0.51
Hex D4 F6 10 E 0 5D 4 45 5D 33
Octal 324 366 20 16 0 135 4 105 135 63
Binary 11010100 11110110 10000 1110 0 1011101 100 1000101 1011101 110011

Color Harmonies of #D4F610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F610

Black with #D4F610

Text Example


Text Example

White with #D4F610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F610; }

 p { color: rgb(212,246,16); }

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

background-color css

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

 a { background-color: rgb(212,246,16); }

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

border-color css

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

 span { border-color: rgb(212,246,16); }

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