Html Css Color HEX #0ECE25 Dark Pastel Green

📋 copy color: '#0ECE25'

red 14 ◦ green 206 ◦ blue 37

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

Shades of Dark Pastel Green #0ECE25

Tints of Dark Pastel Green #0ECE25

RGB

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

 GREEN value IS 206 (80.86% from 255) = 80.16%

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 5.45%
G = 80.16%
B = 14.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#0ECE25 (or 0x0ECE25) is known color: Dark Pastel Green. HEX triplet: 0E, CE and 25. RGB value is (14,206,37). Sum of RGB (Red+Green+Blue) = 14+206+37=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 206 (80.86% from 255 or 80.16% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 206 - color contains mainly: green. Hex color #0ECE25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECE25 is #F131DA. Grayscale: #818181. Windows color (decimal): -15806939 or 2477582. OLE color: 2477582.

HSL color Cylindrical-coordinate representation of color #0ECE25: hue angle of 127.19º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECE25 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 14 206 37 -
CMYK 0.93 0 0.82 0.19
HSL 127.19º 0.87% 0.43% -
HSV(B) 127.19º 0.93% 0.81% -
XYZ 22.59 44.37 9.12 -
YUV 129.33 75.89 45.74 -
System Red Green Blue C M Y K H S L
Decimal 14 206 37 0.93 0 0.82 0.19 127.19 0.87 0.43
Hex E CE 25 5D 0 52 13 7F 57 2B
Octal 16 316 45 135 0 122 23 177 127 53
Binary 1110 11001110 100101 1011101 0 1010010 10011 1111111 1010111 101011

Color Harmonies of #0ECE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECE25

Black with #0ECE25

Text Example


Text Example

White with #0ECE25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,206,37); }

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

background-color css

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

 a { background-color: rgb(14,206,37); }

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

border-color css

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

 span { border-color: rgb(14,206,37); }

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