Html Css Color HEX #D2F017 Electric Lime

📋 copy color: '#D2F017'

red 210 ◦ green 240 ◦ blue 23

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

Shades of Electric Lime #D2F017

Tints of Electric Lime #D2F017

RGB

 RED value IS 210 (82.42% from 255) = 44.4%

 GREEN value IS 240 (94.14% from 255) = 50.74%

 BLUE value IS 23 (9.38% from 255) = 4.86%

R = 44.4%
G = 50.74%
B = 4.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#D2F017 (or 0xD2F017) is known color: Electric Lime. HEX triplet: D2, F0 and 17. RGB value is (210,240,23). Sum of RGB (Red+Green+Blue) = 210+240+23=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 23 (9.38% from 255 or 4.86% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F017 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F017 is #2D0FE8. Grayscale: #CFCFCF. Windows color (decimal): -2953193 or 1568978. OLE color: 1568978.

HSL color Cylindrical-coordinate representation of color #D2F017: hue angle of 68.29º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2F017 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 240 23 -
CMYK 0.12 0 0.90 0.06
HSL 68.29º 0.88% 0.52% -
HSV(B) 68.29º 0.9% 0.94% -
XYZ 57.89 76.08 12.44 -
YUV 206.29 24.56 130.64 -
System Red Green Blue C M Y K H S L
Decimal 210 240 23 0.12 0 0.90 0.06 68.29 0.88 0.52
Hex D2 F0 17 C 0 5A 6 44 58 34
Octal 322 360 27 14 0 132 6 104 130 64
Binary 11010010 11110000 10111 1100 0 1011010 110 1000100 1011000 110100

Color Harmonies of #D2F017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F017

Black with #D2F017

Text Example


Text Example

White with #D2F017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F017; }

 p { color: rgb(210,240,23); }

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

background-color css

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

 a { background-color: rgb(210,240,23); }

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

border-color css

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

 span { border-color: rgb(210,240,23); }

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