Html Css Color HEX #D5FC03 Electric Lime

📋 copy color: '#D5FC03'

red 213 ◦ green 252 ◦ blue 3

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

Shades of Electric Lime #D5FC03

Tints of Electric Lime #D5FC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.64%

R = 45.51%
G = 53.85%
B = 0.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#D5FC03 (or 0xD5FC03) is known color: Electric Lime. HEX triplet: D5, FC and 03. RGB value is (213,252,3). Sum of RGB (Red+Green+Blue) = 213+252+3=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 3 (1.56% from 255 or 0.64% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FC03 is #2A03FC. Grayscale: #D4D4D4. Windows color (decimal): -2753533 or 261333. OLE color: 261333.

HSL color Cylindrical-coordinate representation of color #D5FC03: hue angle of 69.4º 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 #D5FC03 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 252 3 -
CMYK 0.15 0 0.99 0.01
HSL 69.4º 0.98% 0.5% -
HSV(B) 69.4º 0.99% 0.99% -
XYZ 62.27 83.77 12.97 -
YUV 211.95 10.08 128.75 -
System Red Green Blue C M Y K H S L
Decimal 213 252 3 0.15 0 0.99 0.01 69.4 0.98 0.5
Hex D5 FC 3 F 0 63 1 45 62 32
Octal 325 374 3 17 0 143 1 105 142 62
Binary 11010101 11111100 11 1111 0 1100011 1 1000101 1100010 110010

Color Harmonies of #D5FC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FC03

Black with #D5FC03

Text Example


Text Example

White with #D5FC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FC03; }

 p { color: rgb(213,252,3); }

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

background-color css

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

 a { background-color: rgb(213,252,3); }

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

border-color css

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

 span { border-color: rgb(213,252,3); }

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