Html Css Color HEX #0BD33E Dark Pastel Green

📋 copy color: '#0BD33E'

red 11 ◦ green 211 ◦ blue 62

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

Shades of Dark Pastel Green #0BD33E

Tints of Dark Pastel Green #0BD33E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.83%

R = 3.87%
G = 74.3%
B = 21.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#0BD33E (or 0x0BD33E) is known color: Dark Pastel Green. HEX triplet: 0B, D3 and 3E. RGB value is (11,211,62). Sum of RGB (Red+Green+Blue) = 11+211+62=284 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.87% from 284); Green value is 211 (82.81% from 255 or 74.30% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 211 - color contains mainly: green. Hex color #0BD33E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD33E is #F42CC1. Grayscale: #868686. Windows color (decimal): -16002242 or 4117259. OLE color: 4117259.

HSL color Cylindrical-coordinate representation of color #0BD33E: hue angle of 135.3º 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 #0BD33E is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 11 211 62 -
CMYK 0.95 0 0.71 0.17
HSL 135.3º 0.9% 0.44% -
HSV(B) 135.3º 0.95% 0.83% -
XYZ 24.3 47.01 12.35 -
YUV 134.21 87.24 40.12 -
System Red Green Blue C M Y K H S L
Decimal 11 211 62 0.95 0 0.71 0.17 135.3 0.9 0.44
Hex B D3 3E 5F 0 47 11 87 5A 2C
Octal 13 323 76 137 0 107 21 207 132 54
Binary 1011 11010011 111110 1011111 0 1000111 10001 10000111 1011010 101100

Color Harmonies of #0BD33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD33E

Black with #0BD33E

Text Example


Text Example

White with #0BD33E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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