Html Css Color HEX #D4FF20 Electric Lime

📋 copy color: '#D4FF20'

red 212 ◦ green 255 ◦ blue 32

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

Shades of Electric Lime #D4FF20

Tints of Electric Lime #D4FF20

RGB

 RED value IS 212 (83.2% from 255) = 42.48%

 GREEN value IS 255 (100% from 255) = 51.1%

 BLUE value IS 32 (12.89% from 255) = 6.41%

R = 42.48%
G = 51.1%
B = 6.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#D4FF20 (or 0xD4FF20) is known color: Electric Lime. HEX triplet: D4, FF and 20. RGB value is (212,255,32). Sum of RGB (Red+Green+Blue) = 212+255+32=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 32 (12.89% from 255 or 6.41% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FF20 is #2B00DF. Grayscale: #D9D9D9. Windows color (decimal): -2818272 or 2162644. OLE color: 2162644.

HSL color Cylindrical-coordinate representation of color #D4FF20: hue angle of 71.57º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4FF20 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 212 255 32 -
CMYK 0.17 0 0.87 0
HSL 71.57º 1% 0.56% -
HSV(B) 71.57º 0.87% 1% -
XYZ 63.17 85.62 14.56 -
YUV 216.72 23.75 124.63 -
System Red Green Blue C M Y K H S L
Decimal 212 255 32 0.17 0 0.87 0 71.57 1 0.56
Hex D4 FF 20 11 0 57 0 48 64 38
Octal 324 377 40 21 0 127 0 110 144 70
Binary 11010100 11111111 100000 10001 0 1010111 0 1001000 1100100 111000

Color Harmonies of #D4FF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FF20

Black with #D4FF20

Text Example


Text Example

White with #D4FF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FF20; }

 p { color: rgb(212,255,32); }

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

background-color css

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

 a { background-color: rgb(212,255,32); }

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

border-color css

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

 span { border-color: rgb(212,255,32); }

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