Html Css Color HEX #D5F916 Electric Lime

📋 copy color: '#D5F916'

red 213 ◦ green 249 ◦ blue 22

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

Shades of Electric Lime #D5F916

Tints of Electric Lime #D5F916

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.45%

 BLUE value IS 22 (8.98% from 255) = 4.55%

R = 44.01%
G = 51.45%
B = 4.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#D5F916 (or 0xD5F916) is known color: Electric Lime. HEX triplet: D5, F9 and 16. RGB value is (213,249,22). Sum of RGB (Red+Green+Blue) = 213+249+22=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 22 (8.98% from 255 or 4.55% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F916 is #2A06E9. Grayscale: #D5D5D5. Windows color (decimal): -2754282 or 1505749. OLE color: 1505749.

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

Color convert

RGB 213 249 22 -
CMYK 0.14 0 0.91 0.02
HSL 69.52º 0.95% 0.53% -
HSV(B) 69.52º 0.91% 0.98% -
XYZ 61.46 81.96 13.34 -
YUV 212.36 20.57 128.46 -
System Red Green Blue C M Y K H S L
Decimal 213 249 22 0.14 0 0.91 0.02 69.52 0.95 0.53
Hex D5 F9 16 E 0 5B 2 46 5F 35
Octal 325 371 26 16 0 133 2 106 137 65
Binary 11010101 11111001 10110 1110 0 1011011 10 1000110 1011111 110101

Color Harmonies of #D5F916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F916

Black with #D5F916

Text Example


Text Example

White with #D5F916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F916; }

 p { color: rgb(213,249,22); }

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

background-color css

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

 a { background-color: rgb(213,249,22); }

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

border-color css

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

 span { border-color: rgb(213,249,22); }

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