Html Css Color HEX #D2FA04 Electric Lime

📋 copy color: '#D2FA04'

red 210 ◦ green 250 ◦ blue 4

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

Shades of Electric Lime #D2FA04

Tints of Electric Lime #D2FA04

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.88%

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

R = 45.26%
G = 53.88%
B = 0.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#D2FA04 (or 0xD2FA04) is known color: Electric Lime. HEX triplet: D2, FA and 04. RGB value is (210,250,4). Sum of RGB (Red+Green+Blue) = 210+250+4=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 250 (98.05% from 255 or 53.88% from 464); Blue value is 4 (1.95% from 255 or 0.86% from 464); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FA04 is #2D05FB. Grayscale: #D2D2D2. Windows color (decimal): -2950652 or 326354. OLE color: 326354.

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

Color convert

RGB 210 250 4 -
CMYK 0.16 0 0.98 0.02
HSL 69.76º 0.97% 0.5% -
HSV(B) 69.76º 0.98% 0.98% -
XYZ 60.79 82.08 12.75 -
YUV 210 11.75 128 -
System Red Green Blue C M Y K H S L
Decimal 210 250 4 0.16 0 0.98 0.02 69.76 0.97 0.5
Hex D2 FA 4 10 0 62 2 46 61 32
Octal 322 372 4 20 0 142 2 106 141 62
Binary 11010010 11111010 100 10000 0 1100010 10 1000110 1100001 110010

Color Harmonies of #D2FA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FA04

Black with #D2FA04

Text Example


Text Example

White with #D2FA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FA04; }

 p { color: rgb(210,250,4); }

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

background-color css

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

 a { background-color: rgb(210,250,4); }

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

border-color css

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

 span { border-color: rgb(210,250,4); }

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