Html Css Color HEX #0DFB02 Lime

📋 copy color: '#0DFB02'

red 13 ◦ green 251 ◦ blue 2

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

Shades of Lime #0DFB02

Tints of Lime #0DFB02

RGB

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

 GREEN value IS 251 (98.44% from 255) = 94.36%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 4.89%
G = 94.36%
B = 0.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#0DFB02 (or 0x0DFB02) is known color: Lime. HEX triplet: 0D, FB and 02. RGB value is (13,251,2). Sum of RGB (Red+Green+Blue) = 13+251+2=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 251 (98.44% from 255 or 94.36% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFB02 is #F204FD. Grayscale: #989898. Windows color (decimal): -15860990 or 195341. OLE color: 195341.

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

Color convert

RGB 13 251 2 -
CMYK 0.95 0 0.99 0.02
HSL 117.35º 0.98% 0.5% -
HSV(B) 117.35º 0.99% 0.98% -
XYZ 34.67 69.08 11.56 -
YUV 151.45 43.65 29.25 -
System Red Green Blue C M Y K H S L
Decimal 13 251 2 0.95 0 0.99 0.02 117.35 0.98 0.5
Hex D FB 2 5F 0 63 2 75 62 32
Octal 15 373 2 137 0 143 2 165 142 62
Binary 1101 11111011 10 1011111 0 1100011 10 1110101 1100010 110010

Color Harmonies of #0DFB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFB02

Black with #0DFB02

Text Example


Text Example

White with #0DFB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,251,2); }

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

background-color css

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

 a { background-color: rgb(13,251,2); }

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

border-color css

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

 span { border-color: rgb(13,251,2); }

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