Html Css Color HEX #D5FF12 Electric Lime

📋 copy color: '#D5FF12'

red 213 ◦ green 255 ◦ blue 18

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

Shades of Electric Lime #D5FF12

Tints of Electric Lime #D5FF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.7%

R = 43.83%
G = 52.47%
B = 3.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#D5FF12 (or 0xD5FF12) is known color: Electric Lime. HEX triplet: D5, FF and 12. RGB value is (213,255,18). Sum of RGB (Red+Green+Blue) = 213+255+18=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 18 (7.42% from 255 or 3.70% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FF12 is #2A00ED. Grayscale: #D8D8D8. Windows color (decimal): -2752750 or 1245141. OLE color: 1245141.

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

Color convert

RGB 213 255 18 -
CMYK 0.16 0 0.93 0
HSL 70.63º 1% 0.54% -
HSV(B) 70.63º 0.93% 1% -
XYZ 63.31 85.71 13.78 -
YUV 215.42 16.59 126.27 -
System Red Green Blue C M Y K H S L
Decimal 213 255 18 0.16 0 0.93 0 70.63 1 0.54
Hex D5 FF 12 10 0 5D 0 47 64 36
Octal 325 377 22 20 0 135 0 107 144 66
Binary 11010101 11111111 10010 10000 0 1011101 0 1000111 1100100 110110

Color Harmonies of #D5FF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FF12

Black with #D5FF12

Text Example


Text Example

White with #D5FF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FF12; }

 p { color: rgb(213,255,18); }

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

background-color css

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

 a { background-color: rgb(213,255,18); }

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

border-color css

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

 span { border-color: rgb(213,255,18); }

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