Html Css Color HEX #0BD43C Dark Pastel Green

📋 copy color: '#0BD43C'

red 11 ◦ green 212 ◦ blue 60

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

Shades of Dark Pastel Green #0BD43C

Tints of Dark Pastel Green #0BD43C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 74.91%

 BLUE value IS 60 (23.83% from 255) = 21.2%

R = 3.89%
G = 74.91%
B = 21.2%

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

#0BD43C (or 0x0BD43C) is known color: Dark Pastel Green. HEX triplet: 0B, D4 and 3C. RGB value is (11,212,60). Sum of RGB (Red+Green+Blue) = 11+212+60=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 212 (83.20% from 255 or 74.91% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD43C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD43C is #F42BC3. Grayscale: #868686. Windows color (decimal): -16001988 or 3986443. OLE color: 3986443.

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

Color convert

RGB 11 212 60 -
CMYK 0.95 0 0.72 0.17
HSL 134.63º 0.9% 0.44% -
HSV(B) 134.63º 0.95% 0.83% -
XYZ 24.5 47.48 12.15 -
YUV 134.57 85.91 39.86 -
System Red Green Blue C M Y K H S L
Decimal 11 212 60 0.95 0 0.72 0.17 134.63 0.9 0.44
Hex B D4 3C 5F 0 48 11 87 5A 2C
Octal 13 324 74 137 0 110 21 207 132 54
Binary 1011 11010100 111100 1011111 0 1001000 10001 10000111 1011010 101100

Color Harmonies of #0BD43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD43C

Black with #0BD43C

Text Example


Text Example

White with #0BD43C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,212,60); }

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

background-color css

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

 a { background-color: rgb(11,212,60); }

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

border-color css

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

 span { border-color: rgb(11,212,60); }

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