Html Css Color HEX #0DFE00 Lime

📋 copy color: '#0DFE00'

red 13 ◦ green 254 ◦ blue 0

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

Shades of Lime #0DFE00

Tints of Lime #0DFE00

RGB

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

 GREEN value IS 254 (99.61% from 255) = 95.13%

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

R = 4.87%
G = 95.13%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#0DFE00 (or 0x0DFE00) is known color: Lime. HEX triplet: 0D, FE and 00. RGB value is (13,254,0). Sum of RGB (Red+Green+Blue) = 13+254+0=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 254 (99.61% from 255 or 95.13% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFE00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFE00 is #F201FF. Grayscale: #999999. Windows color (decimal): -15860224 or 65037. OLE color: 65037.

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

Color convert

RGB 13 254 0 -
CMYK 0.95 0 1 0.00
HSL 116.93º 1% 0.5% -
HSV(B) 116.93º 1% 1% -
XYZ 35.61 70.97 11.82 -
YUV 152.99 41.66 28.15 -
System Red Green Blue C M Y K H S L
Decimal 13 254 0 0.95 0 1 0.00 116.93 1 0.5
Hex D FE 0 5F 0 64 0 75 64 32
Octal 15 376 0 137 0 144 0 165 144 62
Binary 1101 11111110 0 1011111 0 1100100 0 1110101 1100100 110010

Color Harmonies of #0DFE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFE00

Black with #0DFE00

Text Example


Text Example

White with #0DFE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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