Html Css Color HEX #0DFF05 Lime

📋 copy color: '#0DFF05'

red 13 ◦ green 255 ◦ blue 5

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

Shades of Lime #0DFF05

Tints of Lime #0DFF05

RGB

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

 GREEN value IS 255 (100% from 255) = 93.41%

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

R = 4.76%
G = 93.41%
B = 1.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#0DFF05 (or 0x0DFF05) is known color: Lime. HEX triplet: 0D, FF and 05. RGB value is (13,255,5). Sum of RGB (Red+Green+Blue) = 13+255+5=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 255 (100% from 255 or 93.41% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFF05 is #F200FA. Grayscale: #9A9A9A. Windows color (decimal): -15859963 or 392973. OLE color: 392973.

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

Color convert

RGB 13 255 5 -
CMYK 0.95 0 0.98 0
HSL 118.08º 1% 0.51% -
HSV(B) 118.08º 0.98% 1% -
XYZ 35.95 71.62 12.07 -
YUV 154.14 43.83 27.33 -
System Red Green Blue C M Y K H S L
Decimal 13 255 5 0.95 0 0.98 0 118.08 1 0.51
Hex D FF 5 5F 0 62 0 76 64 33
Octal 15 377 5 137 0 142 0 166 144 63
Binary 1101 11111111 101 1011111 0 1100010 0 1110110 1100100 110011

Color Harmonies of #0DFF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFF05

Black with #0DFF05

Text Example


Text Example

White with #0DFF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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