Html Css Color HEX #0DDC30 Dark Pastel Green

📋 copy color: '#0DDC30'

red 13 ◦ green 220 ◦ blue 48

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

Shades of Dark Pastel Green #0DDC30

Tints of Dark Pastel Green #0DDC30

RGB

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

 GREEN value IS 220 (86.33% from 255) = 78.29%

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 4.63%
G = 78.29%
B = 17.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#0DDC30 (or 0x0DDC30) is known color: Dark Pastel Green. HEX triplet: 0D, DC and 30. RGB value is (13,220,48). Sum of RGB (Red+Green+Blue) = 13+220+48=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 220 (86.33% from 255 or 78.29% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDC30 is #F223CF. Grayscale: #8A8A8A. Windows color (decimal): -15868880 or 3202061. OLE color: 3202061.

HSL color Cylindrical-coordinate representation of color #0DDC30: hue angle of 130.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDC30 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 220 48 -
CMYK 0.94 0 0.78 0.14
HSL 130.14º 0.89% 0.46% -
HSV(B) 130.14º 0.94% 0.86% -
XYZ 26.29 51.49 11.35 -
YUV 138.5 76.92 38.49 -
System Red Green Blue C M Y K H S L
Decimal 13 220 48 0.94 0 0.78 0.14 130.14 0.89 0.46
Hex D DC 30 5E 0 4E E 82 59 2E
Octal 15 334 60 136 0 116 16 202 131 56
Binary 1101 11011100 110000 1011110 0 1001110 1110 10000010 1011001 101110

Color Harmonies of #0DDC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDC30

Black with #0DDC30

Text Example


Text Example

White with #0DDC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,220,48); }

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

background-color css

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

 a { background-color: rgb(13,220,48); }

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

border-color css

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

 span { border-color: rgb(13,220,48); }

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