Html Css Color HEX #D3FC02 Electric Lime

📋 copy color: '#D3FC02'

red 211 ◦ green 252 ◦ blue 2

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

Shades of Electric Lime #D3FC02

Tints of Electric Lime #D3FC02

RGB

 RED value IS 211 (82.81% from 255) = 45.38%

 GREEN value IS 252 (98.83% from 255) = 54.19%

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

R = 45.38%
G = 54.19%
B = 0.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#D3FC02 (or 0xD3FC02) is known color: Electric Lime. HEX triplet: D3, FC and 02. RGB value is (211,252,2). Sum of RGB (Red+Green+Blue) = 211+252+2=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 2 (1.17% from 255 or 0.43% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3FC02 is #2C03FD. Grayscale: #D4D4D4. Windows color (decimal): -2884606 or 195795. OLE color: 195795.

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

Color convert

RGB 211 252 2 -
CMYK 0.16 0 0.99 0.01
HSL 69.84º 0.98% 0.5% -
HSV(B) 69.84º 0.99% 0.99% -
XYZ 61.69 83.47 12.92 -
YUV 211.24 9.92 127.83 -
System Red Green Blue C M Y K H S L
Decimal 211 252 2 0.16 0 0.99 0.01 69.84 0.98 0.5
Hex D3 FC 2 10 0 63 1 46 62 32
Octal 323 374 2 20 0 143 1 106 142 62
Binary 11010011 11111100 10 10000 0 1100011 1 1000110 1100010 110010

Color Harmonies of #D3FC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FC02

Black with #D3FC02

Text Example


Text Example

White with #D3FC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FC02; }

 p { color: rgb(211,252,2); }

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

background-color css

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

 a { background-color: rgb(211,252,2); }

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

border-color css

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

 span { border-color: rgb(211,252,2); }

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