Html Css Color HEX #0DFE05 Lime

📋 copy color: '#0DFE05'

red 13 ◦ green 254 ◦ blue 5

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

Shades of Lime #0DFE05

Tints of Lime #0DFE05

RGB

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

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

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

R = 4.78%
G = 93.38%
B = 1.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#0DFE05 (or 0x0DFE05) is known color: Lime. HEX triplet: 0D, FE and 05. RGB value is (13,254,5). Sum of RGB (Red+Green+Blue) = 13+254+5=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 254 (99.61% from 255 or 93.38% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFE05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFE05 is #F201FA. Grayscale: #9A9A9A. Windows color (decimal): -15860219 or 392717. OLE color: 392717.

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

Color convert

RGB 13 254 5 -
CMYK 0.95 0 0.98 0.00
HSL 118.07º 0.99% 0.51% -
HSV(B) 118.07º 0.98% 1% -
XYZ 35.64 70.98 11.97 -
YUV 153.56 44.16 27.75 -
System Red Green Blue C M Y K H S L
Decimal 13 254 5 0.95 0 0.98 0.00 118.07 0.99 0.51
Hex D FE 5 5F 0 62 0 76 63 33
Octal 15 376 5 137 0 142 0 166 143 63
Binary 1101 11111110 101 1011111 0 1100010 0 1110110 1100011 110011

Color Harmonies of #0DFE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFE05

Black with #0DFE05

Text Example


Text Example

White with #0DFE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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