Html Css Color HEX #0DD30C Free Speech Green

📋 copy color: '#0DD30C'

red 13 ◦ green 211 ◦ blue 12

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

Shades of Free Speech Green #0DD30C

Tints of Free Speech Green #0DD30C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 89.41%

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 5.51%
G = 89.41%
B = 5.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#0DD30C (or 0x0DD30C) is known color: Free Speech Green. HEX triplet: 0D, D3 and 0C. RGB value is (13,211,12). Sum of RGB (Red+Green+Blue) = 13+211+12=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 211 (82.81% from 255 or 89.41% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 211 - color contains mainly: green. Hex color #0DD30C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD30C is #F22CF3. Grayscale: #818181. Windows color (decimal): -15871220 or 840461. OLE color: 840461.

HSL color Cylindrical-coordinate representation of color #0DD30C: hue angle of 119.7º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD30C is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 13 211 12 -
CMYK 0.94 0 0.94 0.17
HSL 119.7º 0.89% 0.44% -
HSV(B) 119.7º 0.94% 0.83% -
XYZ 23.53 46.7 8.12 -
YUV 129.11 61.9 45.18 -
System Red Green Blue C M Y K H S L
Decimal 13 211 12 0.94 0 0.94 0.17 119.7 0.89 0.44
Hex D D3 C 5E 0 5E 11 78 59 2C
Octal 15 323 14 136 0 136 21 170 131 54
Binary 1101 11010011 1100 1011110 0 1011110 10001 1111000 1011001 101100

Color Harmonies of #0DD30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD30C

Black with #0DD30C

Text Example


Text Example

White with #0DD30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,211,12); }

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

background-color css

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

 a { background-color: rgb(13,211,12); }

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

border-color css

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

 span { border-color: rgb(13,211,12); }

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