Html Css Color HEX #D1F602 Electric Lime

📋 copy color: '#D1F602'

red 209 ◦ green 246 ◦ blue 2

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

Shades of Electric Lime #D1F602

Tints of Electric Lime #D1F602

RGB

 RED value IS 209 (82.03% from 255) = 45.73%

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 45.73%
G = 53.83%
B = 0.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#D1F602 (or 0xD1F602) is known color: Electric Lime. HEX triplet: D1, F6 and 02. RGB value is (209,246,2). Sum of RGB (Red+Green+Blue) = 209+246+2=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 246 (96.48% from 255 or 53.83% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F602 is #2E09FD. Grayscale: #D0D0D0. Windows color (decimal): -3017214 or 194257. OLE color: 194257.

HSL color Cylindrical-coordinate representation of color #D1F602: hue angle of 69.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1F602 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 246 2 -
CMYK 0.15 0 0.99 0.04
HSL 69.1º 0.98% 0.49% -
HSV(B) 69.1º 0.99% 0.96% -
XYZ 59.26 79.47 12.27 -
YUV 207.12 12.24 129.34 -
System Red Green Blue C M Y K H S L
Decimal 209 246 2 0.15 0 0.99 0.04 69.1 0.98 0.49
Hex D1 F6 2 F 0 63 4 45 62 31
Octal 321 366 2 17 0 143 4 105 142 61
Binary 11010001 11110110 10 1111 0 1100011 100 1000101 1100010 110001

Color Harmonies of #D1F602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F602

Black with #D1F602

Text Example


Text Example

White with #D1F602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F602; }

 p { color: rgb(209,246,2); }

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

background-color css

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

 a { background-color: rgb(209,246,2); }

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

border-color css

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

 span { border-color: rgb(209,246,2); }

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