Html Css Color HEX #0DEF00 Lime

📋 copy color: '#0DEF00'

red 13 ◦ green 239 ◦ blue 0

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

Shades of Lime #0DEF00

Tints of Lime #0DEF00

RGB

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

 GREEN value IS 239 (93.75% from 255) = 94.84%

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

R = 5.16%
G = 94.84%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#0DEF00 (or 0x0DEF00) is known color: Lime. HEX triplet: 0D, EF and 00. RGB value is (13,239,0). Sum of RGB (Red+Green+Blue) = 13+239+0=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 239 (93.75% from 255 or 94.84% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 239 - color contains mainly: green. Hex color #0DEF00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DEF00 is #F210FF. Grayscale: #909090. Windows color (decimal): -15864064 or 61197. OLE color: 61197.

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

Color convert

RGB 13 239 0 -
CMYK 0.95 0 1 0.06
HSL 116.74º 1% 0.47% -
HSV(B) 116.74º 1% 0.94% -
XYZ 31.03 61.82 10.3 -
YUV 144.18 46.63 34.43 -
System Red Green Blue C M Y K H S L
Decimal 13 239 0 0.95 0 1 0.06 116.74 1 0.47
Hex D EF 0 5F 0 64 6 75 64 2F
Octal 15 357 0 137 0 144 6 165 144 57
Binary 1101 11101111 0 1011111 0 1100100 110 1110101 1100100 101111

Color Harmonies of #0DEF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEF00

Black with #0DEF00

Text Example


Text Example

White with #0DEF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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