Html Css Color HEX #0BDC2E Dark Pastel Green

📋 copy color: '#0BDC2E'

red 11 ◦ green 220 ◦ blue 46

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

Shades of Dark Pastel Green #0BDC2E

Tints of Dark Pastel Green #0BDC2E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 79.42%

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 3.97%
G = 79.42%
B = 16.61%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#0BDC2E (or 0x0BDC2E) is known color: Dark Pastel Green. HEX triplet: 0B, DC and 2E. RGB value is (11,220,46). Sum of RGB (Red+Green+Blue) = 11+220+46=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 220 (86.33% from 255 or 79.42% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDC2E is #F423D1. Grayscale: #8A8A8A. Windows color (decimal): -15999954 or 3070987. OLE color: 3070987.

HSL color Cylindrical-coordinate representation of color #0BDC2E: hue angle of 130.05º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDC2E is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 220 46 -
CMYK 0.95 0 0.79 0.14
HSL 130.05º 0.9% 0.45% -
HSV(B) 130.05º 0.95% 0.86% -
XYZ 26.22 51.45 11.13 -
YUV 137.67 76.26 37.65 -
System Red Green Blue C M Y K H S L
Decimal 11 220 46 0.95 0 0.79 0.14 130.05 0.9 0.45
Hex B DC 2E 5F 0 4F E 82 5A 2D
Octal 13 334 56 137 0 117 16 202 132 55
Binary 1011 11011100 101110 1011111 0 1001111 1110 10000010 1011010 101101

Color Harmonies of #0BDC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDC2E

Black with #0BDC2E

Text Example


Text Example

White with #0BDC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,220,46); }

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

background-color css

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

 a { background-color: rgb(11,220,46); }

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

border-color css

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

 span { border-color: rgb(11,220,46); }

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