Html Css Color HEX #D5F70F Electric Lime

📋 copy color: '#D5F70F'

red 213 ◦ green 247 ◦ blue 15

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

Shades of Electric Lime #D5F70F

Tints of Electric Lime #D5F70F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52%

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

R = 44.84%
G = 52%
B = 3.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#D5F70F (or 0xD5F70F) is known color: Electric Lime. HEX triplet: D5, F7 and 0F. RGB value is (213,247,15). Sum of RGB (Red+Green+Blue) = 213+247+15=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 247 (96.88% from 255 or 52% from 475); Blue value is 15 (6.25% from 255 or 3.16% from 475); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F70F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F70F is #2A08F0. Grayscale: #D3D3D3. Windows color (decimal): -2754801 or 1046485. OLE color: 1046485.

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

Color convert

RGB 213 247 15 -
CMYK 0.14 0 0.94 0.03
HSL 68.79º 0.94% 0.51% -
HSV(B) 68.79º 0.94% 0.97% -
XYZ 60.79 80.7 12.83 -
YUV 210.39 17.74 129.86 -
System Red Green Blue C M Y K H S L
Decimal 213 247 15 0.14 0 0.94 0.03 68.79 0.94 0.51
Hex D5 F7 F E 0 5E 3 45 5E 33
Octal 325 367 17 16 0 136 3 105 136 63
Binary 11010101 11110111 1111 1110 0 1011110 11 1000101 1011110 110011

Color Harmonies of #D5F70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F70F

Black with #D5F70F

Text Example


Text Example

White with #D5F70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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