Html Css Color HEX #0DF900 Lime

📋 copy color: '#0DF900'

red 13 ◦ green 249 ◦ blue 0

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

Shades of Lime #0DF900

Tints of Lime #0DF900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 95.04%

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

R = 4.96%
G = 95.04%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#0DF900 (or 0x0DF900) is known color: Lime. HEX triplet: 0D, F9 and 00. RGB value is (13,249,0). Sum of RGB (Red+Green+Blue) = 13+249+0=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 249 (97.66% from 255 or 95.04% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF900 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF900 is #F206FF. Grayscale: #969696. Windows color (decimal): -15861504 or 63757. OLE color: 63757.

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

Color convert

RGB 13 249 0 -
CMYK 0.95 0 1 0.02
HSL 116.87º 1% 0.49% -
HSV(B) 116.87º 1% 0.98% -
XYZ 34.04 67.84 11.3 -
YUV 150.05 43.31 30.25 -
System Red Green Blue C M Y K H S L
Decimal 13 249 0 0.95 0 1 0.02 116.87 1 0.49
Hex D F9 0 5F 0 64 2 75 64 31
Octal 15 371 0 137 0 144 2 165 144 61
Binary 1101 11111001 0 1011111 0 1100100 10 1110101 1100100 110001

Color Harmonies of #0DF900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF900

Black with #0DF900

Text Example


Text Example

White with #0DF900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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