Html Css Color HEX #0DF100 Lime

📋 copy color: '#0DF100'

red 13 ◦ green 241 ◦ blue 0

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

Shades of Lime #0DF100

Tints of Lime #0DF100

RGB

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

 GREEN value IS 241 (94.53% from 255) = 94.88%

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

R = 5.12%
G = 94.88%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#0DF100 (or 0x0DF100) is known color: Lime. HEX triplet: 0D, F1 and 00. RGB value is (13,241,0). Sum of RGB (Red+Green+Blue) = 13+241+0=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 241 (94.53% from 255 or 94.88% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF100 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF100 is #F20EFF. Grayscale: #929292. Windows color (decimal): -15863552 or 61709. OLE color: 61709.

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

Color convert

RGB 13 241 0 -
CMYK 0.95 0 1 0.05
HSL 116.76º 1% 0.47% -
HSV(B) 116.76º 1% 0.95% -
XYZ 31.62 63 10.49 -
YUV 145.35 45.96 33.6 -
System Red Green Blue C M Y K H S L
Decimal 13 241 0 0.95 0 1 0.05 116.76 1 0.47
Hex D F1 0 5F 0 64 5 75 64 2F
Octal 15 361 0 137 0 144 5 165 144 57
Binary 1101 11110001 0 1011111 0 1100100 101 1110101 1100100 101111

Color Harmonies of #0DF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF100

Black with #0DF100

Text Example


Text Example

White with #0DF100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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