Html Css Color HEX #0DFD05 Lime

📋 copy color: '#0DFD05'

red 13 ◦ green 253 ◦ blue 5

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

Shades of Lime #0DFD05

Tints of Lime #0DFD05

RGB

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

 GREEN value IS 253 (99.22% from 255) = 93.36%

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

R = 4.8%
G = 93.36%
B = 1.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#0DFD05 (or 0x0DFD05) is known color: Lime. HEX triplet: 0D, FD and 05. RGB value is (13,253,5). Sum of RGB (Red+Green+Blue) = 13+253+5=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 253 (99.22% from 255 or 93.36% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 253 - color contains mainly: green. Hex color #0DFD05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFD05 is #F202FA. Grayscale: #999999. Windows color (decimal): -15860475 or 392461. OLE color: 392461.

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

Color convert

RGB 13 253 5 -
CMYK 0.95 0 0.98 0.01
HSL 118.06º 0.98% 0.51% -
HSV(B) 118.06º 0.98% 0.99% -
XYZ 35.32 70.35 11.86 -
YUV 152.97 44.49 28.17 -
System Red Green Blue C M Y K H S L
Decimal 13 253 5 0.95 0 0.98 0.01 118.06 0.98 0.51
Hex D FD 5 5F 0 62 1 76 62 33
Octal 15 375 5 137 0 142 1 166 142 63
Binary 1101 11111101 101 1011111 0 1100010 1 1110110 1100010 110011

Color Harmonies of #0DFD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFD05

Black with #0DFD05

Text Example


Text Example

White with #0DFD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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