Html Css Color HEX #0BF902 Lime

📋 copy color: '#0BF902'

red 11 ◦ green 249 ◦ blue 2

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

Shades of Lime #0BF902

Tints of Lime #0BF902

RGB

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

 GREEN value IS 249 (97.66% from 255) = 95.04%

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

R = 4.2%
G = 95.04%
B = 0.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#0BF902 (or 0x0BF902) is known color: Lime. HEX triplet: 0B, F9 and 02. RGB value is (11,249,2). Sum of RGB (Red+Green+Blue) = 11+249+2=262 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.20% from 262); Green value is 249 (97.66% from 255 or 95.04% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 249 - color contains mainly: green. Hex color #0BF902 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF902 is #F406FD. Grayscale: #969696. Windows color (decimal): -15992574 or 194827. OLE color: 194827.

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

Color convert

RGB 11 249 2 -
CMYK 0.96 0 0.99 0.02
HSL 117.81º 0.98% 0.49% -
HSV(B) 117.81º 0.99% 0.98% -
XYZ 34.02 67.83 11.36 -
YUV 149.68 44.65 29.08 -
System Red Green Blue C M Y K H S L
Decimal 11 249 2 0.96 0 0.99 0.02 117.81 0.98 0.49
Hex B F9 2 60 0 63 2 76 62 31
Octal 13 371 2 140 0 143 2 166 142 61
Binary 1011 11111001 10 1100000 0 1100011 10 1110110 1100010 110001

Color Harmonies of #0BF902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF902

Black with #0BF902

Text Example


Text Example

White with #0BF902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,249,2); }

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

background-color css

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

 a { background-color: rgb(11,249,2); }

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

border-color css

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

 span { border-color: rgb(11,249,2); }

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