Html Css Color HEX #0BCC2F Dark Pastel Green

📋 copy color: '#0BCC2F'

red 11 ◦ green 204 ◦ blue 47

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

Shades of Dark Pastel Green #0BCC2F

Tints of Dark Pastel Green #0BCC2F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 77.86%

 BLUE value IS 47 (18.75% from 255) = 17.94%

R = 4.2%
G = 77.86%
B = 17.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#0BCC2F (or 0x0BCC2F) is known color: Dark Pastel Green. HEX triplet: 0B, CC and 2F. RGB value is (11,204,47). Sum of RGB (Red+Green+Blue) = 11+204+47=262 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.20% from 262); Green value is 204 (80.08% from 255 or 77.86% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 204 - color contains mainly: green. Hex color #0BCC2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCC2F is #F433D0. Grayscale: #808080. Windows color (decimal): -16004049 or 3132427. OLE color: 3132427.

HSL color Cylindrical-coordinate representation of color #0BCC2F: hue angle of 131.19º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCC2F is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 11 204 47 -
CMYK 0.95 0 0.77 0.2
HSL 131.19º 0.9% 0.42% -
HSV(B) 131.19º 0.95% 0.8% -
XYZ 22.24 43.46 9.91 -
YUV 128.4 82.06 44.27 -
System Red Green Blue C M Y K H S L
Decimal 11 204 47 0.95 0 0.77 0.2 131.19 0.9 0.42
Hex B CC 2F 5F 0 4D 14 83 5A 2A
Octal 13 314 57 137 0 115 24 203 132 52
Binary 1011 11001100 101111 1011111 0 1001101 10100 10000011 1011010 101010

Color Harmonies of #0BCC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCC2F

Black with #0BCC2F

Text Example


Text Example

White with #0BCC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,204,47); }

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

background-color css

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

 a { background-color: rgb(11,204,47); }

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

border-color css

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

 span { border-color: rgb(11,204,47); }

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