Html Css Color HEX #0BFE60 Spring Green

📋 copy color: '#0BFE60'

red 11 ◦ green 254 ◦ blue 96

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

Shades of Spring Green #0BFE60

Tints of Spring Green #0BFE60

RGB

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

 GREEN value IS 254 (99.61% from 255) = 70.36%

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 3.05%
G = 70.36%
B = 26.59%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#0BFE60 (or 0x0BFE60) is known color: Spring Green. HEX triplet: 0B, FE and 60. RGB value is (11,254,96). Sum of RGB (Red+Green+Blue) = 11+254+96=361 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.05% from 361); Green value is 254 (99.61% from 255 or 70.36% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFE60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFE60 is #F4019F. Grayscale: #A3A3A3. Windows color (decimal): -15991200 or 6356491. OLE color: 6356491.

HSL color Cylindrical-coordinate representation of color #0BFE60: hue angle of 140.99º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFE60 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB 11 254 96 -
CMYK 0.96 0 0.62 0.00
HSL 140.99º 0.99% 0.52% -
HSV(B) 140.99º 0.96% 1% -
XYZ 37.69 71.8 22.94 -
YUV 163.33 89.99 19.35 -
System Red Green Blue C M Y K H S L
Decimal 11 254 96 0.96 0 0.62 0.00 140.99 0.99 0.52
Hex B FE 60 60 0 3E 0 8D 63 34
Octal 13 376 140 140 0 76 0 215 143 64
Binary 1011 11111110 1100000 1100000 0 111110 0 10001101 1100011 110100

Color Harmonies of #0BFE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFE60

Black with #0BFE60

Text Example


Text Example

White with #0BFE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,254,96); }

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

background-color css

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

 a { background-color: rgb(11,254,96); }

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

border-color css

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

 span { border-color: rgb(11,254,96); }

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