Html Css Color HEX #D4FD07 Electric Lime

📋 copy color: '#D4FD07'

red 212 ◦ green 253 ◦ blue 7

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

Shades of Electric Lime #D4FD07

Tints of Electric Lime #D4FD07

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.6%

 BLUE value IS 7 (3.13% from 255) = 1.48%

R = 44.92%
G = 53.6%
B = 1.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#D4FD07 (or 0xD4FD07) is known color: Electric Lime. HEX triplet: D4, FD and 07. RGB value is (212,253,7). Sum of RGB (Red+Green+Blue) = 212+253+7=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 7 (3.12% from 255 or 1.48% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FD07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FD07 is #2B02F8. Grayscale: #D5D5D5. Windows color (decimal): -2818809 or 523732. OLE color: 523732.

HSL color Cylindrical-coordinate representation of color #D4FD07: hue angle of 70º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4FD07 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 253 7 -
CMYK 0.16 0 0.97 0.01
HSL 70º 0.98% 0.51% -
HSV(B) 70º 0.97% 0.99% -
XYZ 62.32 84.26 13.18 -
YUV 212.7 11.92 127.5 -
System Red Green Blue C M Y K H S L
Decimal 212 253 7 0.16 0 0.97 0.01 70 0.98 0.51
Hex D4 FD 7 10 0 61 1 46 62 33
Octal 324 375 7 20 0 141 1 106 142 63
Binary 11010100 11111101 111 10000 0 1100001 1 1000110 1100010 110011

Color Harmonies of #D4FD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FD07

Black with #D4FD07

Text Example


Text Example

White with #D4FD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FD07; }

 p { color: rgb(212,253,7); }

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

background-color css

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

 a { background-color: rgb(212,253,7); }

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

border-color css

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

 span { border-color: rgb(212,253,7); }

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