Html Css Color HEX #D5FC04 Electric Lime

📋 copy color: '#D5FC04'

red 213 ◦ green 252 ◦ blue 4

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

Shades of Electric Lime #D5FC04

Tints of Electric Lime #D5FC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.85%

R = 45.42%
G = 53.73%
B = 0.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#D5FC04 (or 0xD5FC04) is known color: Electric Lime. HEX triplet: D5, FC and 04. RGB value is (213,252,4). Sum of RGB (Red+Green+Blue) = 213+252+4=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 4 (1.95% from 255 or 0.85% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FC04 is #2A03FB. Grayscale: #D5D5D5. Windows color (decimal): -2753532 or 326869. OLE color: 326869.

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

Color convert

RGB 213 252 4 -
CMYK 0.15 0 0.98 0.01
HSL 69.44º 0.98% 0.5% -
HSV(B) 69.44º 0.98% 0.99% -
XYZ 62.27 83.78 13 -
YUV 212.07 10.58 128.67 -
System Red Green Blue C M Y K H S L
Decimal 213 252 4 0.15 0 0.98 0.01 69.44 0.98 0.5
Hex D5 FC 4 F 0 62 1 45 62 32
Octal 325 374 4 17 0 142 1 105 142 62
Binary 11010101 11111100 100 1111 0 1100010 1 1000101 1100010 110010

Color Harmonies of #D5FC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FC04

Black with #D5FC04

Text Example


Text Example

White with #D5FC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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