Html Css Color HEX #D5FD0F Electric Lime

📋 copy color: '#D5FD0F'

red 213 ◦ green 253 ◦ blue 15

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

Shades of Electric Lime #D5FD0F

Tints of Electric Lime #D5FD0F

RGB

 RED value IS 213 (83.59% from 255) = 44.28%

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

 BLUE value IS 15 (6.25% from 255) = 3.12%

R = 44.28%
G = 52.6%
B = 3.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#D5FD0F (or 0xD5FD0F) is known color: Electric Lime. HEX triplet: D5, FD and 0F. RGB value is (213,253,15). Sum of RGB (Red+Green+Blue) = 213+253+15=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 15 (6.25% from 255 or 3.12% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FD0F is #2A02F0. Grayscale: #D6D6D6. Windows color (decimal): -2753265 or 1048021. OLE color: 1048021.

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

Color convert

RGB 213 253 15 -
CMYK 0.16 0 0.94 0.01
HSL 70.08º 0.98% 0.53% -
HSV(B) 70.08º 0.94% 0.99% -
XYZ 62.65 84.43 13.45 -
YUV 213.91 15.75 127.35 -
System Red Green Blue C M Y K H S L
Decimal 213 253 15 0.16 0 0.94 0.01 70.08 0.98 0.53
Hex D5 FD F 10 0 5E 1 46 62 35
Octal 325 375 17 20 0 136 1 106 142 65
Binary 11010101 11111101 1111 10000 0 1011110 1 1000110 1100010 110101

Color Harmonies of #D5FD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FD0F

Black with #D5FD0F

Text Example


Text Example

White with #D5FD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FD0F; }

 p { color: rgb(213,253,15); }

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

background-color css

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

 a { background-color: rgb(213,253,15); }

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

border-color css

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

 span { border-color: rgb(213,253,15); }

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