Html Css Color HEX #D5FB05 Electric Lime

📋 copy color: '#D5FB05'

red 213 ◦ green 251 ◦ blue 5

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

Shades of Electric Lime #D5FB05

Tints of Electric Lime #D5FB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.07%

R = 45.42%
G = 53.52%
B = 1.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#D5FB05 (or 0xD5FB05) is known color: Electric Lime. HEX triplet: D5, FB and 05. RGB value is (213,251,5). Sum of RGB (Red+Green+Blue) = 213+251+5=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 251 (98.44% from 255 or 53.52% from 469); Blue value is 5 (2.34% from 255 or 1.07% from 469); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FB05 is #2A04FA. Grayscale: #D4D4D4. Windows color (decimal): -2753787 or 392149. OLE color: 392149.

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

Color convert

RGB 213 251 5 -
CMYK 0.15 0 0.98 0.02
HSL 69.27º 0.97% 0.5% -
HSV(B) 69.27º 0.98% 0.98% -
XYZ 61.97 83.15 12.93 -
YUV 211.59 11.41 129 -
System Red Green Blue C M Y K H S L
Decimal 213 251 5 0.15 0 0.98 0.02 69.27 0.97 0.5
Hex D5 FB 5 F 0 62 2 45 61 32
Octal 325 373 5 17 0 142 2 105 141 62
Binary 11010101 11111011 101 1111 0 1100010 10 1000101 1100001 110010

Color Harmonies of #D5FB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FB05

Black with #D5FB05

Text Example


Text Example

White with #D5FB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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