Html Css Color HEX #0BDF2F Dark Pastel Green

📋 copy color: '#0BDF2F'

red 11 ◦ green 223 ◦ blue 47

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

Shades of Dark Pastel Green #0BDF2F

Tints of Dark Pastel Green #0BDF2F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 79.36%

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

R = 3.91%
G = 79.36%
B = 16.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#0BDF2F (or 0x0BDF2F) is known color: Dark Pastel Green. HEX triplet: 0B, DF and 2F. RGB value is (11,223,47). Sum of RGB (Red+Green+Blue) = 11+223+47=281 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.91% from 281); Green value is 223 (87.5% from 255 or 79.36% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDF2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDF2F is #F420D0. Grayscale: #8C8C8C. Windows color (decimal): -15999185 or 3137291. OLE color: 3137291.

HSL color Cylindrical-coordinate representation of color #0BDF2F: hue angle of 130.19º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDF2F is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 223 47 -
CMYK 0.95 0 0.79 0.13
HSL 130.19º 0.91% 0.46% -
HSV(B) 130.19º 0.95% 0.87% -
XYZ 27.04 53.05 11.5 -
YUV 139.55 75.76 36.31 -
System Red Green Blue C M Y K H S L
Decimal 11 223 47 0.95 0 0.79 0.13 130.19 0.91 0.46
Hex B DF 2F 5F 0 4F D 82 5B 2E
Octal 13 337 57 137 0 117 15 202 133 56
Binary 1011 11011111 101111 1011111 0 1001111 1101 10000010 1011011 101110

Color Harmonies of #0BDF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDF2F

Black with #0BDF2F

Text Example


Text Example

White with #0BDF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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