Html Css Color HEX #0BD33B Dark Pastel Green

📋 copy color: '#0BD33B'

red 11 ◦ green 211 ◦ blue 59

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

Shades of Dark Pastel Green #0BD33B

Tints of Dark Pastel Green #0BD33B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 75.09%

 BLUE value IS 59 (23.44% from 255) = 21%

R = 3.91%
G = 75.09%
B = 21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#0BD33B (or 0x0BD33B) is known color: Dark Pastel Green. HEX triplet: 0B, D3 and 3B. RGB value is (11,211,59). Sum of RGB (Red+Green+Blue) = 11+211+59=281 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.91% from 281); Green value is 211 (82.81% from 255 or 75.09% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 211 - color contains mainly: green. Hex color #0BD33B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD33B is #F42CC4. Grayscale: #868686. Windows color (decimal): -16002245 or 3920651. OLE color: 3920651.

HSL color Cylindrical-coordinate representation of color #0BD33B: hue angle of 134.4º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD33B is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 11 211 59 -
CMYK 0.95 0 0.72 0.17
HSL 134.4º 0.9% 0.44% -
HSV(B) 134.4º 0.95% 0.83% -
XYZ 24.22 46.98 11.93 -
YUV 133.87 85.74 40.36 -
System Red Green Blue C M Y K H S L
Decimal 11 211 59 0.95 0 0.72 0.17 134.4 0.9 0.44
Hex B D3 3B 5F 0 48 11 86 5A 2C
Octal 13 323 73 137 0 110 21 206 132 54
Binary 1011 11010011 111011 1011111 0 1001000 10001 10000110 1011010 101100

Color Harmonies of #0BD33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD33B

Black with #0BD33B

Text Example


Text Example

White with #0BD33B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,211,59); }

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

background-color css

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

 a { background-color: rgb(11,211,59); }

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

border-color css

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

 span { border-color: rgb(11,211,59); }

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