Html Css Color HEX #D5FA05 Electric Lime

📋 copy color: '#D5FA05'

red 213 ◦ green 250 ◦ blue 5

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

Shades of Electric Lime #D5FA05

Tints of Electric Lime #D5FA05

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.42%

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

R = 45.51%
G = 53.42%
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

#D5FA05 (or 0xD5FA05) is known color: Electric Lime. HEX triplet: D5, FA and 05. RGB value is (213,250,5). Sum of RGB (Red+Green+Blue) = 213+250+5=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 5 (2.34% from 255 or 1.07% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FA05 is #2A05FA. Grayscale: #D3D3D3. Windows color (decimal): -2754043 or 391893. OLE color: 391893.

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

Color convert

RGB 213 250 5 -
CMYK 0.15 0 0.98 0.02
HSL 69.06º 0.96% 0.5% -
HSV(B) 69.06º 0.98% 0.98% -
XYZ 61.65 82.53 12.82 -
YUV 211.01 11.74 129.42 -
System Red Green Blue C M Y K H S L
Decimal 213 250 5 0.15 0 0.98 0.02 69.06 0.96 0.5
Hex D5 FA 5 F 0 62 2 45 60 32
Octal 325 372 5 17 0 142 2 105 140 62
Binary 11010101 11111010 101 1111 0 1100010 10 1000101 1100000 110010

Color Harmonies of #D5FA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FA05

Black with #D5FA05

Text Example


Text Example

White with #D5FA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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