Html Css Color HEX #0BE02D Dark Pastel Green

📋 copy color: '#0BE02D'

red 11 ◦ green 224 ◦ blue 45

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

Shades of Dark Pastel Green #0BE02D

Tints of Dark Pastel Green #0BE02D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 80%

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 3.93%
G = 80%
B = 16.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#0BE02D (or 0x0BE02D) is known color: Dark Pastel Green. HEX triplet: 0B, E0 and 2D. RGB value is (11,224,45). Sum of RGB (Red+Green+Blue) = 11+224+45=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 224 (87.89% from 255 or 80% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE02D is #F41FD2. Grayscale: #8C8C8C. Windows color (decimal): -15998931 or 3006475. OLE color: 3006475.

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

Color convert

RGB 11 224 45 -
CMYK 0.95 0 0.80 0.12
HSL 129.58º 0.91% 0.46% -
HSV(B) 129.58º 0.95% 0.88% -
XYZ 27.27 53.57 11.39 -
YUV 139.91 74.43 36.05 -
System Red Green Blue C M Y K H S L
Decimal 11 224 45 0.95 0 0.80 0.12 129.58 0.91 0.46
Hex B E0 2D 5F 0 50 C 82 5B 2E
Octal 13 340 55 137 0 120 14 202 133 56
Binary 1011 11100000 101101 1011111 0 1010000 1100 10000010 1011011 101110

Color Harmonies of #0BE02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE02D

Black with #0BE02D

Text Example


Text Example

White with #0BE02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,224,45); }

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

background-color css

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

 a { background-color: rgb(11,224,45); }

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

border-color css

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

 span { border-color: rgb(11,224,45); }

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