Html Css Color HEX #0BFA04 Lime

📋 copy color: '#0BFA04'

red 11 ◦ green 250 ◦ blue 4

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

Shades of Lime #0BFA04

Tints of Lime #0BFA04

RGB

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

 GREEN value IS 250 (98.05% from 255) = 94.34%

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 4.15%
G = 94.34%
B = 1.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#0BFA04 (or 0x0BFA04) is known color: Lime. HEX triplet: 0B, FA and 04. RGB value is (11,250,4). Sum of RGB (Red+Green+Blue) = 11+250+4=265 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.15% from 265); Green value is 250 (98.05% from 255 or 94.34% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFA04 is #F405FB. Grayscale: #979797. Windows color (decimal): -15992316 or 326155. OLE color: 326155.

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

Color convert

RGB 11 250 4 -
CMYK 0.96 0 0.98 0.02
HSL 118.29º 0.97% 0.5% -
HSV(B) 118.29º 0.98% 0.98% -
XYZ 34.35 68.45 11.52 -
YUV 150.5 45.32 28.5 -
System Red Green Blue C M Y K H S L
Decimal 11 250 4 0.96 0 0.98 0.02 118.29 0.97 0.5
Hex B FA 4 60 0 62 2 76 61 32
Octal 13 372 4 140 0 142 2 166 141 62
Binary 1011 11111010 100 1100000 0 1100010 10 1110110 1100001 110010

Color Harmonies of #0BFA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFA04

Black with #0BFA04

Text Example


Text Example

White with #0BFA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,250,4); }

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

background-color css

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

 a { background-color: rgb(11,250,4); }

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

border-color css

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

 span { border-color: rgb(11,250,4); }

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