Html Css Color HEX #D3F205 Electric Lime

📋 copy color: '#D3F205'

red 211 ◦ green 242 ◦ blue 5

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

Shades of Electric Lime #D3F205

Tints of Electric Lime #D3F205

RGB

 RED value IS 211 (82.81% from 255) = 46.07%

 GREEN value IS 242 (94.92% from 255) = 52.84%

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

R = 46.07%
G = 52.84%
B = 1.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#D3F205 (or 0xD3F205) is known color: Electric Lime. HEX triplet: D3, F2 and 05. RGB value is (211,242,5). Sum of RGB (Red+Green+Blue) = 211+242+5=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 242 (94.92% from 255 or 52.84% from 458); Blue value is 5 (2.34% from 255 or 1.09% from 458); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F205 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F205 is #2C0DFA. Grayscale: #CECECE. Windows color (decimal): -2887163 or 389843. OLE color: 389843.

HSL color Cylindrical-coordinate representation of color #D3F205: hue angle of 67.85º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3F205 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 242 5 -
CMYK 0.13 0 0.98 0.05
HSL 67.85º 0.96% 0.48% -
HSV(B) 67.85º 0.98% 0.95% -
XYZ 58.64 77.36 11.99 -
YUV 205.71 14.73 131.77 -
System Red Green Blue C M Y K H S L
Decimal 211 242 5 0.13 0 0.98 0.05 67.85 0.96 0.48
Hex D3 F2 5 D 0 62 5 44 60 30
Octal 323 362 5 15 0 142 5 104 140 60
Binary 11010011 11110010 101 1101 0 1100010 101 1000100 1100000 110000

Color Harmonies of #D3F205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F205

Black with #D3F205

Text Example


Text Example

White with #D3F205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F205; }

 p { color: rgb(211,242,5); }

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

background-color css

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

 a { background-color: rgb(211,242,5); }

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

border-color css

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

 span { border-color: rgb(211,242,5); }

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