Html Css Color HEX #0EBB33 Dark Pastel Green

📋 copy color: '#0EBB33'

red 14 ◦ green 187 ◦ blue 51

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

Shades of Dark Pastel Green #0EBB33

Tints of Dark Pastel Green #0EBB33

RGB

 RED value IS 14 (5.86% from 255) = 5.56%

 GREEN value IS 187 (73.44% from 255) = 74.21%

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 5.56%
G = 74.21%
B = 20.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#0EBB33 (or 0x0EBB33) is known color: Dark Pastel Green. HEX triplet: 0E, BB and 33. RGB value is (14,187,51). Sum of RGB (Red+Green+Blue) = 14+187+51=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 187 (73.44% from 255 or 74.21% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBB33 is #F144CC. Grayscale: #787878. Windows color (decimal): -15811789 or 3390222. OLE color: 3390222.

HSL color Cylindrical-coordinate representation of color #0EBB33: hue angle of 132.83º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBB33 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 187 51 -
CMYK 0.93 0 0.73 0.27
HSL 132.83º 0.86% 0.39% -
HSV(B) 132.83º 0.93% 0.73% -
XYZ 18.55 35.87 9.08 -
YUV 119.77 89.19 52.56 -
System Red Green Blue C M Y K H S L
Decimal 14 187 51 0.93 0 0.73 0.27 132.83 0.86 0.39
Hex E BB 33 5D 0 49 1B 85 56 27
Octal 16 273 63 135 0 111 33 205 126 47
Binary 1110 10111011 110011 1011101 0 1001001 11011 10000101 1010110 100111

Color Harmonies of #0EBB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBB33

Black with #0EBB33

Text Example


Text Example

White with #0EBB33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,187,51); }

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

background-color css

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

 a { background-color: rgb(14,187,51); }

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

border-color css

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

 span { border-color: rgb(14,187,51); }

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