Html Css Color HEX #0ECF3E Dark Pastel Green

📋 copy color: '#0ECF3E'

red 14 ◦ green 207 ◦ blue 62

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

Shades of Dark Pastel Green #0ECF3E

Tints of Dark Pastel Green #0ECF3E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 73.14%

 BLUE value IS 62 (24.61% from 255) = 21.91%

R = 4.95%
G = 73.14%
B = 21.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#0ECF3E (or 0x0ECF3E) is known color: Dark Pastel Green. HEX triplet: 0E, CF and 3E. RGB value is (14,207,62). Sum of RGB (Red+Green+Blue) = 14+207+62=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 207 (81.25% from 255 or 73.14% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 207 - color contains mainly: green. Hex color #0ECF3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECF3E is #F130C1. Grayscale: #858585. Windows color (decimal): -15806658 or 4116238. OLE color: 4116238.

HSL color Cylindrical-coordinate representation of color #0ECF3E: hue angle of 134.92º 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 #0ECF3E is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 14 207 62 -
CMYK 0.93 0 0.70 0.19
HSL 134.92º 0.87% 0.43% -
HSV(B) 134.92º 0.93% 0.81% -
XYZ 23.36 45.07 12.02 -
YUV 132.76 88.06 43.29 -
System Red Green Blue C M Y K H S L
Decimal 14 207 62 0.93 0 0.70 0.19 134.92 0.87 0.43
Hex E CF 3E 5D 0 46 13 87 57 2B
Octal 16 317 76 135 0 106 23 207 127 53
Binary 1110 11001111 111110 1011101 0 1000110 10011 10000111 1010111 101011

Color Harmonies of #0ECF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECF3E

Black with #0ECF3E

Text Example


Text Example

White with #0ECF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,207,62); }

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

background-color css

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

 a { background-color: rgb(14,207,62); }

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

border-color css

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

 span { border-color: rgb(14,207,62); }

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