Html Css Color HEX #0BBF1D Dark Pastel Green

📋 copy color: '#0BBF1D'

red 11 ◦ green 191 ◦ blue 29

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

Shades of Dark Pastel Green #0BBF1D

Tints of Dark Pastel Green #0BBF1D

RGB

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

 GREEN value IS 191 (75% from 255) = 82.68%

 BLUE value IS 29 (11.72% from 255) = 12.55%

R = 4.76%
G = 82.68%
B = 12.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#0BBF1D (or 0x0BBF1D) is known color: Dark Pastel Green. HEX triplet: 0B, BF and 1D. RGB value is (11,191,29). Sum of RGB (Red+Green+Blue) = 11+191+29=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 191 (75% from 255 or 82.68% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBF1D is #F440E2. Grayscale: #777777. Windows color (decimal): -16007395 or 1949451. OLE color: 1949451.

HSL color Cylindrical-coordinate representation of color #0BBF1D: hue angle of 126º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBF1D is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 191 29 -
CMYK 0.94 0 0.85 0.25
HSL 126º 0.89% 0.4% -
HSV(B) 126º 0.94% 0.75% -
XYZ 18.99 37.42 7.38 -
YUV 118.71 77.37 51.17 -
System Red Green Blue C M Y K H S L
Decimal 11 191 29 0.94 0 0.85 0.25 126 0.89 0.4
Hex B BF 1D 5E 0 55 19 7E 59 28
Octal 13 277 35 136 0 125 31 176 131 50
Binary 1011 10111111 11101 1011110 0 1010101 11001 1111110 1011001 101000

Color Harmonies of #0BBF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBF1D

Black with #0BBF1D

Text Example


Text Example

White with #0BBF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,191,29); }

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

background-color css

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

 a { background-color: rgb(11,191,29); }

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

border-color css

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

 span { border-color: rgb(11,191,29); }

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