Html Css Color HEX #D5FB14 Electric Lime

📋 copy color: '#D5FB14'

red 213 ◦ green 251 ◦ blue 20

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

Shades of Electric Lime #D5FB14

Tints of Electric Lime #D5FB14

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.86%

 BLUE value IS 20 (8.2% from 255) = 4.13%

R = 44.01%
G = 51.86%
B = 4.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#D5FB14 (or 0xD5FB14) is known color: Electric Lime. HEX triplet: D5, FB and 14. RGB value is (213,251,20). Sum of RGB (Red+Green+Blue) = 213+251+20=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 251 (98.44% from 255 or 51.86% from 484); Blue value is 20 (8.20% from 255 or 4.13% from 484); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FB14 is #2A04EB. Grayscale: #D6D6D6. Windows color (decimal): -2753772 or 1375189. OLE color: 1375189.

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

Color convert

RGB 213 251 20 -
CMYK 0.15 0 0.92 0.02
HSL 69.87º 0.97% 0.53% -
HSV(B) 69.87º 0.92% 0.98% -
XYZ 62.06 83.19 13.45 -
YUV 213.3 18.91 127.78 -
System Red Green Blue C M Y K H S L
Decimal 213 251 20 0.15 0 0.92 0.02 69.87 0.97 0.53
Hex D5 FB 14 F 0 5C 2 46 61 35
Octal 325 373 24 17 0 134 2 106 141 65
Binary 11010101 11111011 10100 1111 0 1011100 10 1000110 1100001 110101

Color Harmonies of #D5FB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FB14

Black with #D5FB14

Text Example


Text Example

White with #D5FB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FB14; }

 p { color: rgb(213,251,20); }

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

background-color css

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

 a { background-color: rgb(213,251,20); }

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

border-color css

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

 span { border-color: rgb(213,251,20); }

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