Html Css Color HEX #0DF500 Lime

📋 copy color: '#0DF500'

red 13 ◦ green 245 ◦ blue 0

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

Shades of Lime #0DF500

Tints of Lime #0DF500

RGB

 RED value IS 13 (5.47% from 255) = 5.04%

 GREEN value IS 245 (96.09% from 255) = 94.96%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 5.04%
G = 94.96%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#0DF500 (or 0x0DF500) is known color: Lime. HEX triplet: 0D, F5 and 00. RGB value is (13,245,0). Sum of RGB (Red+Green+Blue) = 13+245+0=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 245 (96.09% from 255 or 94.96% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 245 - color contains mainly: green. Hex color #0DF500 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF500 is #F20AFF. Grayscale: #949494. Windows color (decimal): -15862528 or 62733. OLE color: 62733.

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

Color convert

RGB 13 245 0 -
CMYK 0.95 0 1 0.04
HSL 116.82º 1% 0.48% -
HSV(B) 116.82º 1% 0.96% -
XYZ 32.82 65.39 10.89 -
YUV 147.7 44.64 31.92 -
System Red Green Blue C M Y K H S L
Decimal 13 245 0 0.95 0 1 0.04 116.82 1 0.48
Hex D F5 0 5F 0 64 4 75 64 30
Octal 15 365 0 137 0 144 4 165 144 60
Binary 1101 11110101 0 1011111 0 1100100 100 1110101 1100100 110000

Color Harmonies of #0DF500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF500

Black with #0DF500

Text Example


Text Example

White with #0DF500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DF500; }

 p { color: rgb(13,245,0); }

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

background-color css

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

 a { background-color: rgb(13,245,0); }

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

border-color css

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

 span { border-color: rgb(13,245,0); }

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