Html Css Color HEX #D5FB15 Electric Lime

📋 copy color: '#D5FB15'

red 213 ◦ green 251 ◦ blue 21

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

Shades of Electric Lime #D5FB15

Tints of Electric Lime #D5FB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.33%

R = 43.92%
G = 51.75%
B = 4.33%

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

#D5FB15 (or 0xD5FB15) is known color: Electric Lime. HEX triplet: D5, FB and 15. RGB value is (213,251,21). Sum of RGB (Red+Green+Blue) = 213+251+21=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 251 (98.44% from 255 or 51.75% from 485); Blue value is 21 (8.59% from 255 or 4.33% from 485); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FB15 is #2A04EA. Grayscale: #D6D6D6. Windows color (decimal): -2753771 or 1440725. OLE color: 1440725.

HSL color Cylindrical-coordinate representation of color #D5FB15: hue angle of 69.91º 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 #D5FB15 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 251 21 -
CMYK 0.15 0 0.92 0.02
HSL 69.91º 0.97% 0.53% -
HSV(B) 69.91º 0.92% 0.98% -
XYZ 62.07 83.19 13.5 -
YUV 213.42 19.41 127.7 -
System Red Green Blue C M Y K H S L
Decimal 213 251 21 0.15 0 0.92 0.02 69.91 0.97 0.53
Hex D5 FB 15 F 0 5C 2 46 61 35
Octal 325 373 25 17 0 134 2 106 141 65
Binary 11010101 11111011 10101 1111 0 1011100 10 1000110 1100001 110101

Color Harmonies of #D5FB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FB15

Black with #D5FB15

Text Example


Text Example

White with #D5FB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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