Html Css Color HEX #D4F60D Electric Lime

📋 copy color: '#D4F60D'

red 212 ◦ green 246 ◦ blue 13

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

Shades of Electric Lime #D4F60D

Tints of Electric Lime #D4F60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.76%

R = 45.01%
G = 52.23%
B = 2.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#D4F60D (or 0xD4F60D) is known color: Electric Lime. HEX triplet: D4, F6 and 0D. RGB value is (212,246,13). Sum of RGB (Red+Green+Blue) = 212+246+13=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #D4F60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F60D is #2B09F2. Grayscale: #D2D2D2. Windows color (decimal): -2820595 or 915156. OLE color: 915156.

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

Color convert

RGB 212 246 13 -
CMYK 0.14 0 0.95 0.04
HSL 68.76º 0.93% 0.51% -
HSV(B) 68.76º 0.95% 0.96% -
XYZ 60.18 79.94 12.64 -
YUV 209.27 17.24 129.95 -
System Red Green Blue C M Y K H S L
Decimal 212 246 13 0.14 0 0.95 0.04 68.76 0.93 0.51
Hex D4 F6 D E 0 5F 4 45 5D 33
Octal 324 366 15 16 0 137 4 105 135 63
Binary 11010100 11110110 1101 1110 0 1011111 100 1000101 1011101 110011

Color Harmonies of #D4F60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F60D

Black with #D4F60D

Text Example


Text Example

White with #D4F60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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