Html Css Color HEX #0BF07F Spring Green

📋 copy color: '#0BF07F'

red 11 ◦ green 240 ◦ blue 127

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

Shades of Spring Green #0BF07F

Tints of Spring Green #0BF07F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.49%

 BLUE value IS 127 (50% from 255) = 33.6%

R = 2.91%
G = 63.49%
B = 33.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#0BF07F (or 0x0BF07F) is known color: Spring Green. HEX triplet: 0B, F0 and 7F. RGB value is (11,240,127). Sum of RGB (Red+Green+Blue) = 11+240+127=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #0BF07F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF07F is #F40F80. Grayscale: #9E9E9E. Windows color (decimal): -15994753 or 8384523. OLE color: 8384523.

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

Color convert

RGB 11 240 127 -
CMYK 0.95 0 0.47 0.06
HSL 150.39º 0.91% 0.49% -
HSV(B) 150.39º 0.95% 0.94% -
XYZ 35.13 63.92 30.57 -
YUV 158.65 110.13 22.69 -
System Red Green Blue C M Y K H S L
Decimal 11 240 127 0.95 0 0.47 0.06 150.39 0.91 0.49
Hex B F0 7F 5F 0 2F 6 96 5B 31
Octal 13 360 177 137 0 57 6 226 133 61
Binary 1011 11110000 1111111 1011111 0 101111 110 10010110 1011011 110001

Color Harmonies of #0BF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF07F

Black with #0BF07F

Text Example


Text Example

White with #0BF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,240,127); }

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

background-color css

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

 a { background-color: rgb(11,240,127); }

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

border-color css

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

 span { border-color: rgb(11,240,127); }

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