Html Css Color HEX #D4FF1C Electric Lime

📋 copy color: '#D4FF1C'

red 212 ◦ green 255 ◦ blue 28

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

Shades of Electric Lime #D4FF1C

Tints of Electric Lime #D4FF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.66%

R = 42.83%
G = 51.52%
B = 5.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#D4FF1C (or 0xD4FF1C) is known color: Electric Lime. HEX triplet: D4, FF and 1C. RGB value is (212,255,28). Sum of RGB (Red+Green+Blue) = 212+255+28=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 28 (11.33% from 255 or 5.66% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FF1C is #2B00E3. Grayscale: #D9D9D9. Windows color (decimal): -2818276 or 1900500. OLE color: 1900500.

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

Color convert

RGB 212 255 28 -
CMYK 0.17 0 0.89 0
HSL 71.37º 1% 0.55% -
HSV(B) 71.37º 0.89% 1% -
XYZ 63.12 85.6 14.29 -
YUV 216.27 21.75 124.96 -
System Red Green Blue C M Y K H S L
Decimal 212 255 28 0.17 0 0.89 0 71.37 1 0.55
Hex D4 FF 1C 11 0 59 0 47 64 37
Octal 324 377 34 21 0 131 0 107 144 67
Binary 11010100 11111111 11100 10001 0 1011001 0 1000111 1100100 110111

Color Harmonies of #D4FF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FF1C

Black with #D4FF1C

Text Example


Text Example

White with #D4FF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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