Html Css Color HEX #0DDB20 Free Speech Green

📋 copy color: '#0DDB20'

red 13 ◦ green 219 ◦ blue 32

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

Shades of Free Speech Green #0DDB20

Tints of Free Speech Green #0DDB20

RGB

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

 GREEN value IS 219 (85.94% from 255) = 82.95%

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 4.92%
G = 82.95%
B = 12.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#0DDB20 (or 0x0DDB20) is known color: Free Speech Green. HEX triplet: 0D, DB and 20. RGB value is (13,219,32). Sum of RGB (Red+Green+Blue) = 13+219+32=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 219 (85.94% from 255 or 82.95% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDB20 is #F224DF. Grayscale: #888888. Windows color (decimal): -15869152 or 2153229. OLE color: 2153229.

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

Color convert

RGB 13 219 32 -
CMYK 0.94 0 0.85 0.14
HSL 125.53º 0.89% 0.45% -
HSV(B) 125.53º 0.94% 0.86% -
XYZ 25.76 50.85 9.82 -
YUV 136.09 69.25 40.21 -
System Red Green Blue C M Y K H S L
Decimal 13 219 32 0.94 0 0.85 0.14 125.53 0.89 0.45
Hex D DB 20 5E 0 55 E 7E 59 2D
Octal 15 333 40 136 0 125 16 176 131 55
Binary 1101 11011011 100000 1011110 0 1010101 1110 1111110 1011001 101101

Color Harmonies of #0DDB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDB20

Black with #0DDB20

Text Example


Text Example

White with #0DDB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,219,32); }

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

background-color css

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

 a { background-color: rgb(13,219,32); }

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

border-color css

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

 span { border-color: rgb(13,219,32); }

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