Html Css Color HEX #0EDF2F Dark Pastel Green

📋 copy color: '#0EDF2F'

red 14 ◦ green 223 ◦ blue 47

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

Shades of Dark Pastel Green #0EDF2F

Tints of Dark Pastel Green #0EDF2F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 78.52%

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 4.93%
G = 78.52%
B = 16.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#0EDF2F (or 0x0EDF2F) is known color: Dark Pastel Green. HEX triplet: 0E, DF and 2F. RGB value is (14,223,47). Sum of RGB (Red+Green+Blue) = 14+223+47=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 223 (87.5% from 255 or 78.52% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDF2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDF2F is #F120D0. Grayscale: #8C8C8C. Windows color (decimal): -15802577 or 3137294. OLE color: 3137294.

HSL color Cylindrical-coordinate representation of color #0EDF2F: hue angle of 129.47º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDF2F is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 223 47 -
CMYK 0.94 0 0.79 0.13
HSL 129.47º 0.88% 0.46% -
HSV(B) 129.47º 0.94% 0.87% -
XYZ 27.08 53.07 11.51 -
YUV 140.45 75.26 37.81 -
System Red Green Blue C M Y K H S L
Decimal 14 223 47 0.94 0 0.79 0.13 129.47 0.88 0.46
Hex E DF 2F 5E 0 4F D 81 58 2E
Octal 16 337 57 136 0 117 15 201 130 56
Binary 1110 11011111 101111 1011110 0 1001111 1101 10000001 1011000 101110

Color Harmonies of #0EDF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDF2F

Black with #0EDF2F

Text Example


Text Example

White with #0EDF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,223,47); }

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

background-color css

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

 a { background-color: rgb(14,223,47); }

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

border-color css

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

 span { border-color: rgb(14,223,47); }

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