Html Css Color HEX #0DDF2F Dark Pastel Green

📋 copy color: '#0DDF2F'

red 13 ◦ green 223 ◦ blue 47

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

Shades of Dark Pastel Green #0DDF2F

Tints of Dark Pastel Green #0DDF2F

RGB

 RED value IS 13 (5.47% from 255) = 4.59%

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

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

R = 4.59%
G = 78.8%
B = 16.61%

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

#0DDF2F (or 0x0DDF2F) is known color: Dark Pastel Green. HEX triplet: 0D, DF and 2F. RGB value is (13,223,47). Sum of RGB (Red+Green+Blue) = 13+223+47=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 223 (87.5% from 255 or 78.80% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDF2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDF2F is #F220D0. Grayscale: #8C8C8C. Windows color (decimal): -15868113 or 3137293. OLE color: 3137293.

HSL color Cylindrical-coordinate representation of color #0DDF2F: hue angle of 129.71º degrees, saturation: 0.89, 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 #0DDF2F is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 223 47 -
CMYK 0.94 0 0.79 0.13
HSL 129.71º 0.89% 0.46% -
HSV(B) 129.71º 0.94% 0.87% -
XYZ 27.07 53.07 11.51 -
YUV 140.15 75.43 37.31 -
System Red Green Blue C M Y K H S L
Decimal 13 223 47 0.94 0 0.79 0.13 129.71 0.89 0.46
Hex D DF 2F 5E 0 4F D 82 59 2E
Octal 15 337 57 136 0 117 15 202 131 56
Binary 1101 11011111 101111 1011110 0 1001111 1101 10000010 1011001 101110

Color Harmonies of #0DDF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDF2F

Black with #0DDF2F

Text Example


Text Example

White with #0DDF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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