Html Css Color HEX #0BEF01 Lime

📋 copy color: '#0BEF01'

red 11 ◦ green 239 ◦ blue 1

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

Shades of Lime #0BEF01

Tints of Lime #0BEF01

RGB

 RED value IS 11 (4.69% from 255) = 4.38%

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 4.38%
G = 95.22%
B = 0.4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#0BEF01 (or 0x0BEF01) is known color: Lime. HEX triplet: 0B, EF and 01. RGB value is (11,239,1). Sum of RGB (Red+Green+Blue) = 11+239+1=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 239 (93.75% from 255 or 95.22% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEF01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BEF01 is #F410FE. Grayscale: #909090. Windows color (decimal): -15995135 or 126731. OLE color: 126731.

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

Color convert

RGB 11 239 1 -
CMYK 0.95 0 1.00 0.06
HSL 117.48º 0.99% 0.47% -
HSV(B) 117.48º 1% 0.94% -
XYZ 31.01 61.81 10.32 -
YUV 143.7 47.46 33.35 -
System Red Green Blue C M Y K H S L
Decimal 11 239 1 0.95 0 1.00 0.06 117.48 0.99 0.47
Hex B EF 1 5F 0 64 6 75 63 2F
Octal 13 357 1 137 0 144 6 165 143 57
Binary 1011 11101111 1 1011111 0 1100100 110 1110101 1100011 101111

Color Harmonies of #0BEF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEF01

Black with #0BEF01

Text Example


Text Example

White with #0BEF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,239,1); }

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

background-color css

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

 a { background-color: rgb(11,239,1); }

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

border-color css

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

 span { border-color: rgb(11,239,1); }

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