Html Css Color HEX #0BF400 Lime

📋 copy color: '#0BF400'

red 11 ◦ green 244 ◦ blue 0

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

Shades of Lime #0BF400

Tints of Lime #0BF400

RGB

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

 GREEN value IS 244 (95.7% from 255) = 95.69%

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

R = 4.31%
G = 95.69%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#0BF400 (or 0x0BF400) is known color: Lime. HEX triplet: 0B, F4 and 00. RGB value is (11,244,0). Sum of RGB (Red+Green+Blue) = 11+244+0=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 244 (95.70% from 255 or 95.69% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 244 - color contains mainly: green. Hex color #0BF400 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF400 is #F40BFF. Grayscale: #939393. Windows color (decimal): -15993856 or 62475. OLE color: 62475.

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

Color convert

RGB 11 244 0 -
CMYK 0.95 0 1 0.04
HSL 117.3º 1% 0.48% -
HSV(B) 117.3º 1% 0.96% -
XYZ 32.49 64.77 10.79 -
YUV 146.52 45.31 31.34 -
System Red Green Blue C M Y K H S L
Decimal 11 244 0 0.95 0 1 0.04 117.3 1 0.48
Hex B F4 0 5F 0 64 4 75 64 30
Octal 13 364 0 137 0 144 4 165 144 60
Binary 1011 11110100 0 1011111 0 1100100 100 1110101 1100100 110000

Color Harmonies of #0BF400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF400

Black with #0BF400

Text Example


Text Example

White with #0BF400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,244,0); }

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

background-color css

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

 a { background-color: rgb(11,244,0); }

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

border-color css

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

 span { border-color: rgb(11,244,0); }

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