Html Css Color HEX #0EBC33 Dark Pastel Green

📋 copy color: '#0EBC33'

red 14 ◦ green 188 ◦ blue 51

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

Shades of Dark Pastel Green #0EBC33

Tints of Dark Pastel Green #0EBC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 74.31%

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

R = 5.53%
G = 74.31%
B = 20.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#0EBC33 (or 0x0EBC33) is known color: Dark Pastel Green. HEX triplet: 0E, BC and 33. RGB value is (14,188,51). Sum of RGB (Red+Green+Blue) = 14+188+51=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 188 (73.83% from 255 or 74.31% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBC33 is #F143CC. Grayscale: #787878. Windows color (decimal): -15811533 or 3390478. OLE color: 3390478.

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

Color convert

RGB 14 188 51 -
CMYK 0.93 0 0.73 0.26
HSL 132.76º 0.86% 0.4% -
HSV(B) 132.76º 0.93% 0.74% -
XYZ 18.76 36.3 9.15 -
YUV 120.36 88.85 52.14 -
System Red Green Blue C M Y K H S L
Decimal 14 188 51 0.93 0 0.73 0.26 132.76 0.86 0.4
Hex E BC 33 5D 0 49 1A 85 56 28
Octal 16 274 63 135 0 111 32 205 126 50
Binary 1110 10111100 110011 1011101 0 1001001 11010 10000101 1010110 101000

Color Harmonies of #0EBC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBC33

Black with #0EBC33

Text Example


Text Example

White with #0EBC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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